|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-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
Deprecated. In releases following 3.6 customization will be declarative.
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)Deprecated. Construct an HttpRequestContext object to hold the state of the request and response. |
|
| Method Summary | |
|---|---|
javax.servlet.http.HttpServletRequest |
getHttpServletRequest()Deprecated. Get the wrapped HttpServletRequest. |
javax.servlet.http.HttpServletResponse |
getHttpServletResponse()Deprecated. Get the wrapped HttpServletResponse. |
java.lang.String |
toString()Deprecated. 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 object| Method 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 Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||