public abstract class AbstractNodeSupportPlugin extends Object implements ParserConstants, NodeSupportPlugin
| Modifier and Type | Field and Description |
|---|---|
protected BeanParser |
beanParser |
protected String |
prefix |
ABSTRACT, ALIAS, BEAN, BEAN_PROPERTY_PREFIX, BEAN_PROPERTY_REF_SUFFIX, CLASS, CONSTRUCTOR_ARGS, DESTROY_METHOD, ENTRY, FACTORY_BEAN, FACTORY_METHOD, ID, IDREF, INDEX, INIT_METHOD, KEY, KEY_REF, LIST, LOCAL, MAP, NAME, NULL, PARENT, PROP, PROPS, PROTOTYPE, REF, RESOURCE, SCOPE, SET, SINGLETON, TYPE, VALUE, VALUE_REF, XML_NAMESPACE_DEF, XML_NAMESPACE_DELIMITER, XPATH_BEAN, XPATH_BEANS_NODE, XPATH_IMPORT, XPATH_PROPERTY| Constructor and Description |
|---|
AbstractNodeSupportPlugin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSupportedNode()
Define which XML keyword this plugin supports
|
protected abstract String |
getUnprefixedSupportedNode() |
void |
setBeanContainer(BeanParser beanParser)
A reference to the bean container
|
void |
setPrefix(String prefix)
Declare the prefix for this namespace in the current document
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleNodeprotected BeanParser beanParser
protected String prefix
public void setBeanContainer(BeanParser beanParser)
NodeSupportPluginsetBeanContainer in interface NodeSupportPluginpublic void setPrefix(String prefix)
NodeSupportPluginsetPrefix in interface NodeSupportPluginpublic final String getSupportedNode()
NodeSupportPlugingetSupportedNode in interface NodeSupportPluginprotected abstract String getUnprefixedSupportedNode()
Copyright © 2012-2013 Static IOC OSS project. All Rights Reserved.