public class ServletAccess extends Object implements InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<org.gatein.wsrp.api.servlet.ServletAccess.Invocation> |
local |
protected Object |
next |
| Constructor and Description |
|---|
ServletAccess() |
| Modifier and Type | Method and Description |
|---|---|
static javax.servlet.http.HttpServletRequest |
getRequest() |
static javax.servlet.http.HttpServletResponse |
getResponse() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static void |
setRequestAndResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public static final ThreadLocal<org.gatein.wsrp.api.servlet.ServletAccess.Invocation> local
protected Object next
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic static void setRequestAndResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
public static javax.servlet.http.HttpServletRequest getRequest()
public static javax.servlet.http.HttpServletResponse getResponse()
Copyright © 2006-2014 GateIn. All Rights Reserved.