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 and Description |
---|---|
class |
MapDynamicPropertyHandler
Implements the DynamicPropertyHandler interface for
Map . |
Constructor and Description |
---|
DynamicPointer(NodePointer parent,
QName name,
Object bean,
DynamicPropertyHandler handler)
Create a new DynamicPointer.
|
DynamicPointer(QName name,
Object bean,
DynamicPropertyHandler handler,
Locale locale)
Create a new DynamicPointer.
|
DynamicPropertyPointer(NodePointer parent,
DynamicPropertyHandler handler)
Create a new DynamicPropertyPointer.
|
Modifier and Type | Class and 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 and Description |
---|---|
static DynamicPropertyHandler |
ValueUtils.getDynamicPropertyHandler(Class clazz)
Returns a shared instance of the dynamic property handler class
returned by
getDynamicPropertyHandlerClass() . |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.