Package | Description |
---|---|
org.apache.commons.jxpath |
Public, abstract part of JXPath: interfaces and configuration.
|
org.apache.commons.jxpath.ri.model.dynamic |
Implementation of "model" APIs for dynamic property objects e.g.
|
org.apache.commons.jxpath.servlet |
Implementations of JXPathContexts bound to various servlet scopes: PageContext,
ServletRequest, HttpSession and ServletContext.
|
org.apache.commons.jxpath.util |
Utility classes to assist with JXPath implementation(s) and/or usage.
|
Modifier and Type | Class | Description |
---|---|---|
class |
MapDynamicPropertyHandler |
Implements the DynamicPropertyHandler interface for
Map . |
Modifier and Type | Field | Description |
---|---|---|
private DynamicPropertyHandler |
DynamicPointer.handler |
|
private DynamicPropertyHandler |
DynamicPropertyPointer.handler |
Constructor | Description |
---|---|
DynamicPointer(NodePointer parent,
QName name,
java.lang.Object bean,
DynamicPropertyHandler handler) |
Create a new DynamicPointer.
|
DynamicPointer(QName name,
java.lang.Object bean,
DynamicPropertyHandler handler,
java.util.Locale locale) |
Create a new DynamicPointer.
|
DynamicPropertyPointer(NodePointer parent,
DynamicPropertyHandler handler) |
Create a new DynamicPropertyPointer.
|
Modifier and Type | Class | Description |
---|---|---|
class |
HttpSessionHandler |
Implementation of the
DynamicPropertyHandler
interface that provides access to attributes of a @{link HttpSession}. |
class |
PageContextHandler |
Implementation of the
DynamicPropertyHandler interface that provides
access to attributes of a PageContext in all scopes. |
class |
PageScopeContextHandler |
Implementation of the
DynamicPropertyHandler interface that provides
access to attributes of a PageScopeContext . |
class |
ServletContextHandler |
Implementation of the
DynamicPropertyHandler interface that provides
access to attributes of a ServletContext . |
class |
ServletRequestHandler |
Implementation of the
DynamicPropertyHandler
interface that provides access to attributes and parameters
of a ServletRequest . |
Modifier and Type | Method | Description |
---|---|---|
static DynamicPropertyHandler |
ValueUtils.getDynamicPropertyHandler(java.lang.Class clazz) |
Returns a shared instance of the dynamic property handler class
returned by
getDynamicPropertyHandlerClass() . |