net.sf.crispy
Interface Modifier

All Known Implementing Classes:
ConverterModifier, ModifierChain

public interface Modifier

This interface you can use to modify the return value from execute methode result.

Author:
Linke

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

modifyBeforeInvocation

public InterceptorContext modifyBeforeInvocation(InterceptorContext pvInterceptorContext)
Before invoke the method you can modify parameter and method.

Parameters:
pvInterceptorContext - InterceptorContext with Method and parameter.
Returns:
Modify InterceptorContext.

modifyAfterInvocation

public InterceptorContext modifyAfterInvocation(InterceptorContext pvInterceptorContext)
After invoke the method you can modify the result.

Parameters:
pvInterceptorContext - InterceptorContext with result.
Returns:
Modify InterceptorContext.


Copyright © 2005-2006 Crispy. All Rights Reserved.