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 theDynamicPropertyHandlerinterface that provides access to attributes of a @{link HttpSession}.JXPathServletContexts Static methods that allocate and cache JXPathContexts bound toPageContext,ServletRequest,HttpSessionandServletContext.KeywordVariables Implementation of the Variables interface that provides access to a single object using a reserved name (keyword).PageContextHandler Implementation of theDynamicPropertyHandlerinterface that provides access to attributes of aPageContextin all scopes.PageScopeContext A lightweight wrapper forPageContextthat restricts access to attributes of the "page" scope.PageScopeContextHandler Implementation of theDynamicPropertyHandlerinterface that provides access to attributes of aPageScopeContext.ServletContextHandler Implementation of theDynamicPropertyHandlerinterface that provides access to attributes of aServletContext.ServletRequestAndContext Just a structure to hold aServletRequestandServletContexttogether.ServletRequestHandler Implementation of theDynamicPropertyHandlerinterface that provides access to attributes and parameters of aServletRequest.