org.apache.commons.jxpath.servlet |
Implementations of JPathContexts bound to various servlet scopes: PageContext,
ServletRequest, HttpSession and ServletContext.
Start with the {@link org.apache.commons.jxpath.servlet.JXPathServletContexts} class.
|
Java Source File Name | Type | Comment |
Constants.java | Class | String constants for this package. |
HttpSessionAndServletContext.java | Class | Just a structure to hold a ServletRequest and ServletContext together. |
HttpSessionHandler.java | Class | Implementation of the DynamicPropertyHandler interface that provides
access to attributes of a HttpSession. |
JXPathServletContexts.java | Class | Static methods that allocate and cache JXPathContexts bound to PageContext,
ServletRequest, HttpSession and ServletContext.
The JXPathContext returned by
JXPathServletContexts.getPageContext getPageContext() provides access to all scopes via the PageContext.findAttribute()
method. |
KeywordVariables.java | Class | Implementation of the Variables interface that provides access
to a single object using a reserved name (keyword). |
PageContextHandler.java | Class | Implementation of the DynamicPropertyHandler interface that provides
access to attributes of a PageContext in all scopes. |
PageScopeContext.java | Class | A lightweight wrapper for PageContext that restricts access
to attributes of the "page" scope. |
PageScopeContextHandler.java | Class | Implementation of the DynamicPropertyHandler interface that provides
access to attributes of a PageScopeContext. |
ServletContextHandler.java | Class | Implementation of the DynamicPropertyHandler interface that provides
access to attributes of a ServletContext. |
ServletRequestAndContext.java | Class | Just a structure to hold a ServletRequest and ServletContext together. |
ServletRequestHandler.java | Class | Implementation of the DynamicPropertyHandler interface that provides
access to attributes and parameters of a ServletRequest. |