public class PluginListDefinitionParser
extends org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
<list /> elements from the plugin namespace.| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
PACKAGE |
| Constructor and Description |
|---|
PluginListDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getPostProcessorName()
Returns the name of the
org.springframework.beans.factory.config.BeanFactoryPostProcessor to be registered. |
private org.springframework.beans.factory.support.AbstractBeanDefinition |
getSourcedBeanDefinition(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
java.lang.Object source,
org.springframework.beans.factory.xml.ParserContext context)
Returns the bean definition prepared by the builder and has connected it to the
source object. |
protected org.springframework.beans.factory.support.AbstractBeanDefinition |
parseInternal(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext context) |
protected boolean |
shouldGenerateIdAsFallback() |
protected static final java.lang.String PACKAGE
protected java.lang.String getPostProcessorName()
org.springframework.beans.factory.config.BeanFactoryPostProcessor to be registered.protected org.springframework.beans.factory.support.AbstractBeanDefinition parseInternal(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext context)
parseInternal in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserprivate org.springframework.beans.factory.support.AbstractBeanDefinition getSourcedBeanDefinition(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
java.lang.Object source,
org.springframework.beans.factory.xml.ParserContext context)
source object.builder - source - context - protected boolean shouldGenerateIdAsFallback()
shouldGenerateIdAsFallback in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser