org.apache.commons.jxpath.servlet
Class HttpSessionAndServletContext
java.lang.Object
org.apache.commons.jxpath.servlet.HttpSessionAndServletContext
- Direct Known Subclasses:
- ServletRequestAndContext
public class HttpSessionAndServletContext
- extends java.lang.Object
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.ServletContext |
context
|
private javax.servlet.http.HttpSession |
session
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
session
private javax.servlet.http.HttpSession session
context
private javax.servlet.ServletContext context
HttpSessionAndServletContext
public HttpSessionAndServletContext(javax.servlet.http.HttpSession session,
javax.servlet.ServletContext context)
getSession
public javax.servlet.http.HttpSession getSession()
getServletContext
public javax.servlet.ServletContext getServletContext()