Package org.apache.commons.jxpath.ri
Class JXPathContextFactoryReferenceImpl
- java.lang.Object
-
- org.apache.commons.jxpath.JXPathContextFactory
-
- org.apache.commons.jxpath.ri.JXPathContextFactoryReferenceImpl
-
public class JXPathContextFactoryReferenceImpl extends JXPathContextFactory
Default implementation of JXPathContextFactory.- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
- Author:
- Dmitri Plotnikov
-
-
Field Summary
-
Fields inherited from class org.apache.commons.jxpath.JXPathContextFactory
FACTORY_NAME_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description JXPathContextFactoryReferenceImpl()
Create a new JXPathContextFactoryReferenceImpl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JXPathContext
newContext(JXPathContext parentContext, java.lang.Object contextBean)
Creates a new instance of a JXPathContext using the currently configured parameters.-
Methods inherited from class org.apache.commons.jxpath.JXPathContextFactory
newInstance
-
-
-
-
Method Detail
-
newContext
public JXPathContext newContext(JXPathContext parentContext, java.lang.Object contextBean)
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
-
-