Class Summary |
Constants |
String constants for this package. |
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. |
ServletRequestHandler |
Implementation of the DynamicPropertyHandler interface that provides
access to attributes of a ServletRequest. |
Util |
Turns an Enumeration of Strings into an array of Strings. |
Implementations of JPathContexts bound to various servlet scopes: PageContext,
ServletRequest, HttpSession and ServletContext.
Start with the JXPathServletContexts
class.