net.sourceforge.stripes.controller
Class FlashResponseInvocationHandler
java.lang.Object
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 ActionBeanContext
s in the flash scope after the current request
cycle has completed.
- Since:
- Stripes 1.4.3
- Author:
- Ben Gunter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlashResponseInvocationHandler
public FlashResponseInvocationHandler()
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.