public class FlashResponseInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler, java.io.Serializable
InvocationHandler for a dynamic proxy that replaces the
HttpServletResponse on ActionBeanContexts in the flash scope after the current request
cycle has completed.| Constructor and Description |
|---|
FlashResponseInvocationHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object object,
java.lang.reflect.Method method,
java.lang.Object[] objects) |
? Copyright 2005-2006, Stripes Development Team.