Uses of Class
org.apache.commons.jxpath.servlet.HttpSessionAndServletContext
-
Packages that use HttpSessionAndServletContext Package Description org.apache.commons.jxpath.servlet Implementations of JXPathContexts bound to various servlet scopes: PageContext, ServletRequest, HttpSession and ServletContext. -
-
Uses of HttpSessionAndServletContext in org.apache.commons.jxpath.servlet
Subclasses of HttpSessionAndServletContext in org.apache.commons.jxpath.servlet Modifier and Type Class Description class
ServletRequestAndContext
Just a structure to hold aServletRequest
andServletContext
together.
-