Class ServletRequestAndContext

java.lang.Object
org.apache.commons.jxpath.servlet.HttpSessionAndServletContext
org.apache.commons.jxpath.servlet.ServletRequestAndContext

Just a structure to hold a ServletRequest and ServletContext together.
Version:
$Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
Author:
Dmitri Plotnikov
  • Constructor Details

    • ServletRequestAndContext

      public ServletRequestAndContext(javax.servlet.ServletRequest request, javax.servlet.ServletContext context)
      Create a new ServletRequestAndContext.
      Parameters:
      request - ServletRequest
      context - ServletContext
  • Method Details