Package org.apache.commons.jxpath.servlet
Implementations of JXPathContexts bound to various servlet scopes: PageContext,
ServletRequest, HttpSession and ServletContext.
Start with the
JXPathServletContexts
class.-
Class Summary Class Description Constants String constants for this package.HttpSessionAndServletContext Just a structure to hold a ServletRequest and ServletContext together.HttpSessionHandler Implementation of theDynamicPropertyHandler
interface that provides access to attributes of a @{link HttpSession}.JXPathServletContexts Static methods that allocate and cache JXPathContexts bound toPageContext
,ServletRequest
,HttpSession
andServletContext
.KeywordVariables Implementation of the Variables interface that provides access to a single object using a reserved name (keyword).PageContextHandler Implementation of theDynamicPropertyHandler
interface that provides access to attributes of aPageContext
in all scopes.PageScopeContext A lightweight wrapper forPageContext
that restricts access to attributes of the "page" scope.PageScopeContextHandler Implementation of theDynamicPropertyHandler
interface that provides access to attributes of aPageScopeContext
.ServletContextHandler Implementation of theDynamicPropertyHandler
interface that provides access to attributes of aServletContext
.ServletRequestAndContext Just a structure to hold aServletRequest
andServletContext
together.ServletRequestHandler Implementation of theDynamicPropertyHandler
interface that provides access to attributes and parameters of aServletRequest
.