org.apache.commons.jxpath.servlet

Class HttpSessionAndServletContext

Known Direct 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 15:10:49 $
Author:
Dmitri Plotnikov

Constructor Summary

HttpSessionAndServletContext(HttpSession session, ServletContext context)

Method Summary

ServletContext
getServletContext()
HttpSession
getSession()

Constructor Details

HttpSessionAndServletContext

public HttpSessionAndServletContext(HttpSession session,
                                    ServletContext context)

Method Details

getServletContext

public ServletContext getServletContext()

getSession

public HttpSession getSession()