public class DynamicProxyRequestHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
DynamicProxyRequestHandler(javax.servlet.http.HttpServletRequest req,
String mountPath)
Creates a new request wrapper from a specified proxied request and
the mount path of the block servlet
|
public DynamicProxyRequestHandler(javax.servlet.http.HttpServletRequest req,
String mountPath)
req - the request to proxymountPath - the mount path of the servletpublic Object invoke(Object proxy, Method method, Object[] arguments) throws Throwable
invoke in interface InvocationHandlerThrowableInvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.