Package org.apache.commons.jxpath.ri
Class JXPathContextFactoryReferenceImpl
java.lang.Object
org.apache.commons.jxpath.JXPathContextFactory
org.apache.commons.jxpath.ri.JXPathContextFactoryReferenceImpl
Default implementation of JXPathContextFactory.
-
Field Summary
Fields inherited from class org.apache.commons.jxpath.JXPathContextFactory
FACTORY_NAME_PROPERTY
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new JXPathContextFactoryReferenceImpl. -
Method Summary
Modifier and TypeMethodDescriptionnewContext
(JXPathContext parentContext, Object contextBean) Creates a new instance of a JXPathContext using the currently configured parameters.Methods inherited from class org.apache.commons.jxpath.JXPathContextFactory
newInstance
-
Constructor Details
-
JXPathContextFactoryReferenceImpl
public JXPathContextFactoryReferenceImpl()Constructs a new JXPathContextFactoryReferenceImpl.
-
-
Method Details
-
newContext
Description copied from class:JXPathContextFactory
Creates a new instance of a JXPathContext using the currently configured parameters.- Specified by:
newContext
in classJXPathContextFactory
- Parameters:
parentContext
- parent contextcontextBean
- Object bean- Returns:
- JXPathContext
-