Uses of Interface
org.apache.commons.jxpath.DynamicPropertyHandler
-
Packages that use DynamicPropertyHandler 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. -
-
Uses of DynamicPropertyHandler in org.apache.commons.jxpath
Classes in org.apache.commons.jxpath that implement DynamicPropertyHandler Modifier and Type Class Description classMapDynamicPropertyHandlerImplements the DynamicPropertyHandler interface forMap. -
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 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. -
Uses of DynamicPropertyHandler in org.apache.commons.jxpath.servlet
Classes in org.apache.commons.jxpath.servlet that implement DynamicPropertyHandler Modifier and Type Class Description classHttpSessionHandlerImplementation of theDynamicPropertyHandlerinterface that provides access to attributes of a @{link HttpSession}.classPageContextHandlerImplementation of theDynamicPropertyHandlerinterface that provides access to attributes of aPageContextin all scopes.classPageScopeContextHandlerImplementation of theDynamicPropertyHandlerinterface that provides access to attributes of aPageScopeContext.classServletContextHandlerImplementation of theDynamicPropertyHandlerinterface that provides access to attributes of aServletContext.classServletRequestHandlerImplementation of theDynamicPropertyHandlerinterface 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 DynamicPropertyHandler Modifier and Type Method Description static DynamicPropertyHandlerValueUtils. getDynamicPropertyHandler(java.lang.Class clazz)Returns a shared instance of the dynamic property handler class returned bygetDynamicPropertyHandlerClass().
-