|
||||||||||
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 | 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. |
Uses of DynamicPropertyHandler in org.apache.commons.jxpath |
---|
Classes in org.apache.commons.jxpath that implement DynamicPropertyHandler | |
---|---|
class |
MapDynamicPropertyHandler
Implements the DynamicPropertyHandler interface for Map . |
Uses of DynamicPropertyHandler in org.apache.commons.jxpath.ri.model.dynamic |
---|
Constructors in org.apache.commons.jxpath.ri.model.dynamic with parameters of type DynamicPropertyHandler | |
---|---|
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. |
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 @{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 . |
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 |