Uses of Class
com.tangosol.coherence.servlet.RequestContext
-
Packages that use RequestContext Package Description com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module. -
-
Uses of RequestContext in com.tangosol.coherence.servlet
Subclasses of RequestContext in com.tangosol.coherence.servlet Modifier and Type Class Description class
HttpRequestContext
Request context information for an HTTP Servlet request.Methods in com.tangosol.coherence.servlet that return RequestContext Modifier and Type Method Description RequestContext
SessionHelper. createRequestContext(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res)
Given the specified request and response, provide a request context.RequestContext
SessionHelper. preService(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res)
Wrap the passed request and response (if necessary) and build a request context that contains all the pertinent information about the request.Methods in com.tangosol.coherence.servlet with parameters of type RequestContext Modifier and Type Method Description void
SessionHelper. postService(RequestContext ctx)
Finish the request processing after the servlet/jsp is complete.
-