Package org.apache.commons.jxpath.servlet
Implementations of JPathContexts bound to various servlet scopes: PageContext,
ServletRequest, HttpSession and ServletContext.
Constants | String constants for this package. |
HttpSessionAndServletContext | Just a structure to hold a ServletRequest and ServletContext together. |
HttpSessionHandler | Implementation of the DynamicPropertyHandler interface that provides
access to attributes of a HttpSession. |
JXPathServletContexts | Static methods that allocate and cache JXPathContexts bound to PageContext,
ServletRequest, HttpSession and ServletContext. |
KeywordVariables | Implementation of the Variables interface that provides access
to a single object using a reserved name (keyword). |
PageContextHandler | Implementation of the DynamicPropertyHandler interface that provides
access to attributes of a PageContext in all scopes. |
PageScopeContext | A lightweight wrapper for PageContext that restricts access
to attributes of the "page" scope. |
PageScopeContextHandler | Implementation of the DynamicPropertyHandler interface that provides
access to attributes of a PageScopeContext. |
ServletContextHandler | Implementation of the DynamicPropertyHandler interface that provides
access to attributes of a ServletContext. |
ServletRequestAndContext | Just a structure to hold a ServletRequest and ServletContext together. |
ServletRequestHandler | Implementation of the DynamicPropertyHandler interface that provides
access to attributes and parameters of a ServletRequest. |
Implementations of JPathContexts bound to various servlet scopes: PageContext,
ServletRequest, HttpSession and ServletContext.
Start with the
JXPathServletContexts
class.