|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.crispy.impl.ModifierChain
You can link together several Modifier in a chain.
Constructor Summary | |
ModifierChain()
|
Method Summary | |
void |
addModifier(Modifier pvModifier)
|
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. |
void |
removeModifier(int pvPos)
|
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ModifierChain()
Method Detail |
public void addModifier(Modifier pvModifier)
public void removeModifier(int pvPos)
public int size()
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 |