Uses of Class
org.apache.commons.jxpath.JXPathContextFactory
Packages that use JXPathContextFactory
Package
Description
Public, abstract part of JXPath: interfaces and configuration.
Reference implementation of JXPath.
Implementations of JXPathContexts bound to various servlet scopes: PageContext,
ServletRequest, HttpSession and ServletContext.
-
Uses of JXPathContextFactory in org.apache.commons.jxpath
Fields in org.apache.commons.jxpath declared as JXPathContextFactoryModifier and TypeFieldDescriptionprivate static JXPathContextFactoryJXPathContext.contextFactoryMethods in org.apache.commons.jxpath that return JXPathContextFactoryModifier and TypeMethodDescriptionprivate static JXPathContextFactoryJXPathContext.getContextFactory()Acquires a context factory and caches it.static JXPathContextFactoryJXPathContextFactory.newInstance()Obtain a new instance of aJXPathContextFactory. -
Uses of JXPathContextFactory in org.apache.commons.jxpath.ri
Subclasses of JXPathContextFactory in org.apache.commons.jxpath.riModifier and TypeClassDescriptionclassDefault implementation of JXPathContextFactory. -
Uses of JXPathContextFactory in org.apache.commons.jxpath.servlet
Fields in org.apache.commons.jxpath.servlet declared as JXPathContextFactoryModifier and TypeFieldDescriptionprivate static JXPathContextFactoryJXPathServletContexts.factory