|
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
Deprecated. In releases following 3.6 customization will be declarative.
public class RequestContext
Request context information for a standard Servlet request.
| Constructor Summary | |
|---|---|
RequestContext(SessionHelper helper, javax.servlet.ServletRequest req, javax.servlet.ServletResponse res)Deprecated. Construct a RequestContext object to hold the state of the request and response. |
|
| Method Summary | |
|---|---|
int |
decReferenceCount()Deprecated. Decrement the reference count. |
protected java.lang.String |
getDescription()Deprecated. Returns a string representation of this object's attributes. |
int |
getReferenceCount()Deprecated. Get the current reference count. |
javax.servlet.ServletRequest |
getServletRequest()Deprecated. Get the wrapped ServletRequest. |
javax.servlet.ServletResponse |
getServletResponse()Deprecated. Get the wrapped ServletResponse. |
SessionHelper |
getSessionHelper()Deprecated. Get the SessionHelper. |
int |
incReferenceCount()Deprecated. Increment the reference count. |
java.lang.String |
toString()Deprecated. Returns a string representation of the object. |
protected javax.servlet.ServletRequest |
unwrapServletRequest()Deprecated. Return the fully unwrapped ServletRequest. |
| Constructor Detail |
|---|
public RequestContext(SessionHelper helper,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
helper - the SessionHelper for this applicationreq - the current ServletRequest objectres - the current ServletResponse object| Method Detail |
|---|
public SessionHelper getSessionHelper()
public javax.servlet.ServletRequest getServletRequest()
public javax.servlet.ServletResponse getServletResponse()
public int getReferenceCount()
public int incReferenceCount()
public int decReferenceCount()
public java.lang.String toString()
protected java.lang.String getDescription()
protected javax.servlet.ServletRequest unwrapServletRequest()
|
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 | |||||||