Uses of Interface
org.apache.commons.jxpath.DynamicPropertyHandler
Packages that use DynamicPropertyHandler
Package
Description
Public, abstract part of JXPath: interfaces and configuration.
Implementation of "model" APIs for dynamic property objects e.g.
Implementations of JXPathContexts bound to various servlet scopes: PageContext, ServletRequest, HttpSession and ServletContext.
Utility classes to assist with JXPath implementation(s) and/or usage.
-
Uses of DynamicPropertyHandler in org.apache.commons.jxpath
Classes in org.apache.commons.jxpath that implement DynamicPropertyHandler -
Uses of DynamicPropertyHandler in org.apache.commons.jxpath.ri.model.dynamic
Constructors in org.apache.commons.jxpath.ri.model.dynamic with parameters of type DynamicPropertyHandlerModifierConstructorDescriptionDynamicPointer
(NodePointer parent, QName qName, Object bean, DynamicPropertyHandler handler) Constructs a new DynamicPointer.DynamicPointer
(QName qName, Object bean, DynamicPropertyHandler handler, Locale locale) Constructs a new DynamicPointer.DynamicPropertyPointer
(NodePointer parent, DynamicPropertyHandler handler) Constructs a new DynamicPropertyPointer. -
Uses of DynamicPropertyHandler in org.apache.commons.jxpath.servlet
Classes in org.apache.commons.jxpath.servlet that implement DynamicPropertyHandlerModifier and TypeClassDescriptionclass
Implementation of theDynamicPropertyHandler
interface that provides access to attributes of a @{link HttpSession}.class
Implementation of theDynamicPropertyHandler
interface that provides access to attributes of aPageContext
in all scopes.class
Implementation of theDynamicPropertyHandler
interface that provides access to attributes of aPageScopeContext
.class
Implementation of theDynamicPropertyHandler
interface that provides access to attributes of aServletContext
.class
Implementation of theDynamicPropertyHandler
interface that provides access to attributes and parameters of aServletRequest
. -
Uses of DynamicPropertyHandler in org.apache.commons.jxpath.util
Methods in org.apache.commons.jxpath.util that return DynamicPropertyHandlerModifier and TypeMethodDescriptionstatic DynamicPropertyHandler
ValueUtils.getDynamicPropertyHandler
(Class clazz) Returns a shared instance of the dynamic property handler class returned bygetDynamicPropertyHandlerClass()
.