org.apache.beehive.netui.pageflow.interceptor.request
Class RequestInterceptor
Object
AbstractInterceptor
RequestInterceptor
- All Implemented Interfaces:
- Serializable, Interceptor
- Direct Known Subclasses:
- AbstractClientRequestInterceptor, TreeCRI
public abstract class RequestInterceptor
- extends AbstractInterceptor
- See Also:
- Serialized Form
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestInterceptor
public RequestInterceptor()
preRequest
public abstract void preRequest(RequestInterceptorContext context,
InterceptorChain chain)
throws InterceptorException
- Throws:
InterceptorException
preInvoke
public void preInvoke(InterceptorContext context,
InterceptorChain chain)
throws InterceptorException
- Throws:
InterceptorException
postRequest
public abstract void postRequest(RequestInterceptorContext context,
InterceptorChain chain)
throws InterceptorException
- Throws:
InterceptorException
postInvoke
public void postInvoke(InterceptorContext context,
InterceptorChain chain)
throws InterceptorException
- Throws:
InterceptorException
cancelRequest
protected void cancelRequest(RequestInterceptorContext context)