public class RequestGlobalsImpl extends java.lang.Object implements RequestGlobals
ThreadLocalStorage
used to store and retrieve
Servlet API info.Constructor and Description |
---|
RequestGlobalsImpl() |
Modifier and Type | Method and Description |
---|---|
javax.servlet.http.HttpServletRequest |
getRequest() |
IRequestCycle |
getRequestCycle() |
javax.servlet.http.HttpServletResponse |
getResponse() |
WebRequest |
getWebRequest() |
WebResponse |
getWebResponse() |
void |
store(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
store(IRequestCycle cycle) |
void |
store(WebRequest request,
WebResponse response) |
public RequestGlobalsImpl()
public WebRequest getWebRequest()
getWebRequest
in interface RequestGlobals
public WebResponse getWebResponse()
getWebResponse
in interface RequestGlobals
public javax.servlet.http.HttpServletRequest getRequest()
getRequest
in interface RequestGlobals
public javax.servlet.http.HttpServletResponse getResponse()
getResponse
in interface RequestGlobals
public void store(WebRequest request, WebResponse response)
store
in interface RequestGlobals
public void store(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
store
in interface RequestGlobals
public IRequestCycle getRequestCycle()
getRequestCycle
in interface RequestGlobals
public void store(IRequestCycle cycle)
store
in interface RequestGlobals