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