|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface you can use to modify the return value from execute methode result.
Method Summary | |
InterceptorContext |
modifyAfterInvocation(InterceptorContext pvInterceptorContext)
After invoke the method you can modify the result. |
InterceptorContext |
modifyBeforeInvocation(InterceptorContext pvInterceptorContext)
Before invoke the method you can modify parameter and method. |
Method Detail |
public InterceptorContext modifyBeforeInvocation(InterceptorContext pvInterceptorContext)
pvInterceptorContext
- InterceptorContext
with Method
and parameter.
InterceptorContext
.public InterceptorContext modifyAfterInvocation(InterceptorContext pvInterceptorContext)
pvInterceptorContext
- InterceptorContext
with result.
InterceptorContext
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |