|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractInterceptor
RequestInterceptor
AbstractClientRequestInterceptor
DivPanelCRI
public class DivPanelCRI
Constructor Summary | |
---|---|
DivPanelCRI()
|
Method Summary | |
---|---|
boolean |
execute(Context context)
|
void |
postRequest(RequestInterceptorContext context,
InterceptorChain chain)
Callback invoked after the request is processed. |
void |
preRequest(RequestInterceptorContext ctxt,
InterceptorChain chain)
Callback invoked before the request is processed. |
Methods inherited from class AbstractClientRequestInterceptor |
---|
getCommand |
Methods inherited from class RequestInterceptor |
---|
cancelRequest, postInvoke, preInvoke |
Methods inherited from class AbstractInterceptor |
---|
getConfig, init |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DivPanelCRI()
Method Detail |
---|
public boolean execute(Context context) throws Exception
execute
in interface Command
Exception
public void preRequest(RequestInterceptorContext ctxt, InterceptorChain chain) throws InterceptorException
RequestInterceptor
RequestInterceptor.cancelRequest(org.apache.beehive.netui.pageflow.interceptor.request.RequestInterceptorContext)
may be called to
cancel further request processing. InterceptorChain.continueChain()
is called to invoke the rest of the
interceptor chain, anywhere within this method (e.g., at the end, or within a try/finally).
preRequest
in class RequestInterceptor
InterceptorException
public void postRequest(RequestInterceptorContext context, InterceptorChain chain) throws InterceptorException
RequestInterceptor
InterceptorChain.continueChain()
should be called to
invoke the rest of the interceptor chain, anywhere within this method (e.g., at the end, or within a try/finally).
postRequest
in class RequestInterceptor
InterceptorException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |