net.sf.crispy.impl.caucho
Class ConverterModifier

java.lang.Object
  extended bynet.sf.crispy.impl.caucho.ConverterModifier
All Implemented Interfaces:
Modifier

public class ConverterModifier
extends java.lang.Object
implements Modifier


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

ConverterModifier

public ConverterModifier()
Method Detail

modifyBeforeInvocation

public InterceptorContext modifyBeforeInvocation(InterceptorContext pvInterceptorContext)
Description copied from interface: Modifier
Before invoke the method you can modify parameter and method.

Specified by:
modifyBeforeInvocation in interface Modifier
Parameters:
pvInterceptorContext - InterceptorContext with Method and parameter.
Returns:
Modify InterceptorContext.

modifyAfterInvocation

public InterceptorContext modifyAfterInvocation(InterceptorContext pvInterceptorContext)
Description copied from interface: Modifier
After invoke the method you can modify the result.

Specified by:
modifyAfterInvocation in interface Modifier
Parameters:
pvInterceptorContext - InterceptorContext with result.
Returns:
Modify InterceptorContext.


Copyright © 2005-2006 Crispy. All Rights Reserved.