|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DynamicPropertyHandler | |
org.apache.commons.jxpath | Public, abstract part of JXPath: interfaces and configuration. |
org.apache.commons.jxpath.ri.model.dynamic | |
org.apache.commons.jxpath.servlet | Implementations of JPathContexts bound to various servlet scopes: PageContext, ServletRequest, HttpSession and ServletContext. |
org.apache.commons.jxpath.util |
Uses of DynamicPropertyHandler in org.apache.commons.jxpath |
Classes in org.apache.commons.jxpath that implement DynamicPropertyHandler | |
class |
MapDynamicPropertyHandler
Implements the DynamicPropertyHandler interface for java.util.Map. |
Uses of DynamicPropertyHandler in org.apache.commons.jxpath.ri.model.dynamic |
Fields in org.apache.commons.jxpath.ri.model.dynamic declared as DynamicPropertyHandler | |
private DynamicPropertyHandler |
DynamicPropertyPointer.handler
|
private DynamicPropertyHandler |
DynamicPointer.handler
|
Constructors in org.apache.commons.jxpath.ri.model.dynamic with parameters of type DynamicPropertyHandler | |
DynamicPropertyPointer(NodePointer parent,
DynamicPropertyHandler handler)
|
|
DynamicPointer(QName name,
java.lang.Object bean,
DynamicPropertyHandler handler,
java.util.Locale locale)
|
|
DynamicPointer(NodePointer parent,
QName name,
java.lang.Object bean,
DynamicPropertyHandler handler)
|
Uses of DynamicPropertyHandler in org.apache.commons.jxpath.servlet |
Classes in org.apache.commons.jxpath.servlet that implement DynamicPropertyHandler | |
class |
HttpSessionHandler
Implementation of the DynamicPropertyHandler interface that provides access to attributes of a 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. |
Uses of DynamicPropertyHandler in org.apache.commons.jxpath.util |
Methods in org.apache.commons.jxpath.util that return DynamicPropertyHandler | |
static DynamicPropertyHandler |
ValueUtils.getDynamicPropertyHandler(java.lang.Class clazz)
Returns a shared instance of the dynamic property handler class returned by getDynamicPropertyHandlerClass() . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |