public class ConfigurationNodePointerFactory extends Object implements org.apache.commons.jxpath.ri.model.NodePointerFactory
NodePointerFactory
interface for
configuration nodes.Modifier and Type | Field and Description |
---|---|
static int |
CONFIGURATION_NODE_POINTER_FACTORY_ORDER
Constant for the order of this factory.
|
Constructor and Description |
---|
ConfigurationNodePointerFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.jxpath.ri.model.NodePointer |
createNodePointer(org.apache.commons.jxpath.ri.model.NodePointer parent,
org.apache.commons.jxpath.ri.QName name,
Object bean)
Creates a node pointer for the specified bean.
|
org.apache.commons.jxpath.ri.model.NodePointer |
createNodePointer(org.apache.commons.jxpath.ri.QName name,
Object bean,
Locale locale)
Creates a node pointer for the specified bean.
|
int |
getOrder()
Returns the order of this factory between other factories.
|
public static final int CONFIGURATION_NODE_POINTER_FACTORY_ORDER
public int getOrder()
getOrder
in interface org.apache.commons.jxpath.ri.model.NodePointerFactory
public org.apache.commons.jxpath.ri.model.NodePointer createNodePointer(org.apache.commons.jxpath.ri.QName name, Object bean, Locale locale)
createNodePointer
in interface org.apache.commons.jxpath.ri.model.NodePointerFactory
name
- the name of the nodebean
- the beanlocale
- the localepublic org.apache.commons.jxpath.ri.model.NodePointer createNodePointer(org.apache.commons.jxpath.ri.model.NodePointer parent, org.apache.commons.jxpath.ri.QName name, Object bean)
createNodePointer
in interface org.apache.commons.jxpath.ri.model.NodePointerFactory
parent
- the parent nodename
- the namebean
- the beanCopyright © 2001–2013 The Apache Software Foundation. All rights reserved.