nl.gx.webmanager.services.sessionmanager.wrappers
Class HttpServletResponseInvocationHandler
java.lang.Object
nl.gx.webmanager.services.sessionmanager.wrappers.HttpServletResponseInvocationHandler
- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler
public final class HttpServletResponseInvocationHandler
- extends java.lang.Object
- implements java.lang.reflect.InvocationHandler
Fakes HttpServletResponse objects.
|
Method Summary |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
static javax.servlet.http.HttpServletResponse |
newInstance()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServletResponseInvocationHandler
public HttpServletResponseInvocationHandler()
newInstance
public static javax.servlet.http.HttpServletResponse newInstance()
invoke
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
-
- Specified by:
invoke in interface java.lang.reflect.InvocationHandler
- Throws:
java.lang.Throwable
Copyright © 2007-2011 GX Software BV. All Rights Reserved.