|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.tangosol.util.Base
com.tangosol.coherence.servlet.RequestContext
com.tangosol.coherence.servlet.HttpRequestContext
public class HttpRequestContext
Request context information for an HTTP Servlet request.
Constructor Summary | |
---|---|
HttpRequestContext(SessionHelper helper, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) Construct an HttpRequestContext object to hold the state of the request and response. |
Method Summary | |
---|---|
javax.servlet.http.HttpServletRequest |
getHttpServletRequest() Get the wrapped HttpServletRequest. |
javax.servlet.http.HttpServletResponse |
getHttpServletResponse() Get the wrapped HttpServletResponse. |
java.lang.String |
toString() Returns a string representation of the object. |
Methods inherited from class com.tangosol.coherence.servlet.RequestContext |
---|
decReferenceCount, getDescription, getReferenceCount, getServletRequest, getServletResponse, getSessionHelper, incReferenceCount, unwrapServletRequest |
Constructor Detail |
---|
public HttpRequestContext(SessionHelper helper, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
helper
- the SessionHelper for this applicationreq
- the current HttpServletRequest objectres
- the current HttpServletResponse objectMethod Detail |
---|
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
public javax.servlet.http.HttpServletResponse getHttpServletResponse()
public java.lang.String toString()
toString
in class RequestContext
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |