org.apache.tapestry.services.impl
Class RequestGlobalsImpl
java.lang.Object
|
+--org.apache.tapestry.services.impl.RequestGlobalsImpl
- All Implemented Interfaces:
- RequestGlobals
- public class RequestGlobalsImpl
- extends java.lang.Object
- implements RequestGlobals
Wrapper around ThreadLocalStorage
used to store and retrieve
Servlet API info.
- Since:
- 3.1
- Author:
- Howard Lewis Ship
Method Summary |
javax.servlet.http.HttpServletRequest |
getRequest()
|
javax.servlet.http.HttpServletResponse |
getResponse()
|
void |
store(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestGlobalsImpl
public RequestGlobalsImpl()
store
public void store(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Specified by:
store
in interface RequestGlobals
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
- Specified by:
getRequest
in interface RequestGlobals
getResponse
public javax.servlet.http.HttpServletResponse getResponse()
- Specified by:
getResponse
in interface RequestGlobals