|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.norther.tammi.spray.filter.chain.AbstractExtension
public abstract class AbstractExtension
An abstact implementation of the Extension interface.
| Constructor Summary | |
|---|---|
AbstractExtension()
Constructs a new entension. |
|
| Method Summary | |
|---|---|
protected HttpFilterChain |
getFilterChain()
Gets the filter chain. |
protected ServletRequest |
getFilteredRequest()
Gets the filtered request. |
protected ServletResponse |
getFilteredResponse()
Gets the filtered response. |
boolean |
isBound()
Checks the bound status of the extension. |
void |
valueBound(ServletRequestBindingEvent event)
Notifies the object that it is being bound to a request. |
void |
valueUnbound(ServletRequestBindingEvent event)
Notifies the object that it is being unbound from a request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractExtension()
| Method Detail |
|---|
public void valueBound(ServletRequestBindingEvent event)
ServletRequestBindingListener
valueBound in interface ServletRequestBindingListenerevent - the binding event.public void valueUnbound(ServletRequestBindingEvent event)
ServletRequestBindingListener
valueUnbound in interface ServletRequestBindingListenerevent - the binding event.public boolean isBound()
protected HttpFilterChain getFilterChain()
IllegalStateException - if not bound.protected ServletRequest getFilteredRequest()
IllegalStateException - if not bound.protected ServletResponse getFilteredResponse()
IllegalStateException - if not bound.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||