public class RequestGlobalsImpl extends java.lang.Object implements RequestGlobals
ThreadLocalStorageused 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 RequestGlobalspublic WebResponse getWebResponse()
getWebResponse in interface RequestGlobalspublic javax.servlet.http.HttpServletRequest getRequest()
getRequest in interface RequestGlobalspublic javax.servlet.http.HttpServletResponse getResponse()
getResponse in interface RequestGlobalspublic void store(WebRequest request, WebResponse response)
store in interface RequestGlobalspublic void store(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
store in interface RequestGlobalspublic IRequestCycle getRequestCycle()
getRequestCycle in interface RequestGlobalspublic void store(IRequestCycle cycle)
store in interface RequestGlobals