|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorContext | |
net.sf.crispy | Main-classes and interfaces from this framework. |
net.sf.crispy.impl | Implementation from this framework. |
net.sf.crispy.impl.caucho | Implementation from Burlap and Hessian (Caucho). |
net.sf.crispy.interceptor | Example for the interceptor interface. |
Uses of InterceptorContext in net.sf.crispy |
Methods in net.sf.crispy that return InterceptorContext | |
InterceptorContext |
Modifier.modifyBeforeInvocation(InterceptorContext pvInterceptorContext)
Before invoke the method you can modify parameter and method. |
InterceptorContext |
Modifier.modifyAfterInvocation(InterceptorContext pvInterceptorContext)
After invoke the method you can modify the result. |
InterceptorContext |
InterceptorHandler.fireBeforeModifyInvocation(InterceptorContext pvInterceptorContext)
|
InterceptorContext |
InterceptorHandler.fireAfterModifyInvocation(InterceptorContext pvInterceptorContext)
|
Methods in net.sf.crispy with parameters of type InterceptorContext | |
InterceptorContext |
Modifier.modifyBeforeInvocation(InterceptorContext pvInterceptorContext)
Before invoke the method you can modify parameter and method. |
InterceptorContext |
Modifier.modifyAfterInvocation(InterceptorContext pvInterceptorContext)
After invoke the method you can modify the result. |
boolean |
InterceptorHandler.fireBeforeMethodInvocation(InterceptorContext pvInterceptorContext)
|
void |
InterceptorHandler.fireAfterMethodInvocation(InterceptorContext pvInterceptorContext)
|
InterceptorContext |
InterceptorHandler.fireBeforeModifyInvocation(InterceptorContext pvInterceptorContext)
|
InterceptorContext |
InterceptorHandler.fireAfterModifyInvocation(InterceptorContext pvInterceptorContext)
|
void |
Interceptor.beforeMethodInvocation(InterceptorContext pvInterceptorContext)
Before call doInvoke . |
void |
Interceptor.afterMethodInvocation(InterceptorContext pvInterceptorContext)
After call doInvoke . |
Uses of InterceptorContext in net.sf.crispy.impl |
Methods in net.sf.crispy.impl that return InterceptorContext | |
InterceptorContext |
ModifierChain.modifyBeforeInvocation(InterceptorContext pvInterceptorContext)
|
InterceptorContext |
ModifierChain.modifyAfterInvocation(InterceptorContext pvInterceptorContext)
|
Methods in net.sf.crispy.impl with parameters of type InterceptorContext | |
InterceptorContext |
ModifierChain.modifyBeforeInvocation(InterceptorContext pvInterceptorContext)
|
InterceptorContext |
ModifierChain.modifyAfterInvocation(InterceptorContext pvInterceptorContext)
|
Uses of InterceptorContext in net.sf.crispy.impl.caucho |
Methods in net.sf.crispy.impl.caucho that return InterceptorContext | |
InterceptorContext |
ConverterModifier.modifyBeforeInvocation(InterceptorContext pvInterceptorContext)
|
InterceptorContext |
ConverterModifier.modifyAfterInvocation(InterceptorContext pvInterceptorContext)
|
Methods in net.sf.crispy.impl.caucho with parameters of type InterceptorContext | |
InterceptorContext |
ConverterModifier.modifyBeforeInvocation(InterceptorContext pvInterceptorContext)
|
InterceptorContext |
ConverterModifier.modifyAfterInvocation(InterceptorContext pvInterceptorContext)
|
Uses of InterceptorContext in net.sf.crispy.interceptor |
Methods in net.sf.crispy.interceptor with parameters of type InterceptorContext | |
void |
StopWatchInterceptor.beforeMethodInvocation(InterceptorContext pvInterceptorContext)
|
void |
StopWatchInterceptor.afterMethodInvocation(InterceptorContext pvInterceptorContext)
|
void |
LogInterceptor.beforeMethodInvocation(InterceptorContext pvInterceptorContext)
|
void |
LogInterceptor.afterMethodInvocation(InterceptorContext pvInterceptorContext)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |