org.apache.commons.jxpath.servlet
Class ServletRequestAndContext

java.lang.Object
  extended byorg.apache.commons.jxpath.servlet.HttpSessionAndServletContext
      extended byorg.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 15:10:49 $
Author:
Dmitri Plotnikov

Field Summary
private  javax.servlet.ServletRequest request
           
 
Fields inherited from class org.apache.commons.jxpath.servlet.HttpSessionAndServletContext
 
Constructor Summary
ServletRequestAndContext(javax.servlet.ServletRequest request, javax.servlet.ServletContext context)
           
 
Method Summary
 javax.servlet.ServletRequest getServletRequest()
           
 javax.servlet.http.HttpSession getSession()
           
 
Methods inherited from class org.apache.commons.jxpath.servlet.HttpSessionAndServletContext
getServletContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request

private javax.servlet.ServletRequest request
Constructor Detail

ServletRequestAndContext

public ServletRequestAndContext(javax.servlet.ServletRequest request,
                                javax.servlet.ServletContext context)
Method Detail

getSession

public javax.servlet.http.HttpSession getSession()
Overrides:
getSession in class HttpSessionAndServletContext

getServletRequest

public javax.servlet.ServletRequest getServletRequest()