org.apache.commons.jxpath.servlet
Class HttpSessionAndServletContext
java.lang.Object
org.apache.commons.jxpath.servlet.HttpSessionAndServletContext
public class HttpSessionAndServletContext
extends java.lang.Object
Just a structure to hold a ServletRequest and ServletContext together.
$Revision: 1.1 $ $Date: 2004/05/08 15:10:49 $
HttpSessionAndServletContext
public HttpSessionAndServletContext(HttpSession session,
ServletContext context)
getServletContext
public ServletContext getServletContext()
getSession
public HttpSession getSession()