|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.crispy.impl.caucho.ConverterModifier
Constructor Summary | |
ConverterModifier()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConverterModifier()
Method Detail |
public InterceptorContext modifyBeforeInvocation(InterceptorContext pvInterceptorContext)
Modifier
modifyBeforeInvocation
in interface Modifier
pvInterceptorContext
- InterceptorContext
with Method
and parameter.
InterceptorContext
.public InterceptorContext modifyAfterInvocation(InterceptorContext pvInterceptorContext)
Modifier
modifyAfterInvocation
in interface Modifier
pvInterceptorContext
- InterceptorContext
with result.
InterceptorContext
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |