net.sourceforge.stripes.controller
Class FlashResponseInvocationHandler

java.lang.Object
  extended by net.sourceforge.stripes.controller.FlashResponseInvocationHandler
All Implemented Interfaces:
Serializable, InvocationHandler

public class FlashResponseInvocationHandler
extends Object
implements InvocationHandler, Serializable

Used as the InvocationHandler for a dynamic proxy that replaces the HttpServletResponse on ActionBeanContexts in the flash scope after the current request cycle has completed.

Since:
Stripes 1.4.3
Author:
Ben Gunter
See Also:
Serialized Form

Constructor Summary
FlashResponseInvocationHandler()
           
 
Method Summary
 Object invoke(Object object, Method method, Object[] objects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlashResponseInvocationHandler

public FlashResponseInvocationHandler()
Method Detail

invoke

public Object invoke(Object object,
                     Method method,
                     Object[] objects)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


? Copyright 2005-2006, Stripes Development Team.