org.apache.commons.jxpath.servlet
Class ServletRequestAndContext
java.lang.Object
org.apache.commons.jxpath.servlet.HttpSessionAndServletContext
org.apache.commons.jxpath.servlet.ServletRequestAndContext
public class ServletRequestAndContext
- extends HttpSessionAndServletContext
Just a structure to hold a ServletRequest and ServletContext together.
- Version:
- $Revision: 1.1 $ $Date: 2004-05-08 11:10:49 -0400 (Sat, 08 May 2004) $
- Author:
- Dmitri Plotnikov
Field Summary |
private javax.servlet.ServletRequest |
request
|
Constructor Summary |
ServletRequestAndContext(javax.servlet.ServletRequest request,
javax.servlet.ServletContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
request
private javax.servlet.ServletRequest request
ServletRequestAndContext
public ServletRequestAndContext(javax.servlet.ServletRequest request,
javax.servlet.ServletContext context)
getSession
public javax.servlet.http.HttpSession getSession()
- Overrides:
getSession
in class HttpSessionAndServletContext
getServletRequest
public javax.servlet.ServletRequest getServletRequest()