org.springframework.plugin.core.config
Class PluginRegistryDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.plugin.core.config.PluginListDefinitionParser
org.springframework.plugin.core.config.PluginRegistryDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class PluginRegistryDefinitionParser
- extends PluginListDefinitionParser
Simple extension of PluginListDefinitionParser. Simply registers a
PluginRegistryBeanFactoryPostProcessor instead of the original class.
- Author:
- Oliver Gierke
| Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE, NAME_ATTRIBUTE |
|
Method Summary |
protected String |
getPostProcessorName()
Returns the name of the org.springframework.beans.factory.config.BeanFactoryPostProcessor to be registered. |
| Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginRegistryDefinitionParser
public PluginRegistryDefinitionParser()
getPostProcessorName
protected String getPostProcessorName()
- Description copied from class:
PluginListDefinitionParser
- Returns the name of the
org.springframework.beans.factory.config.BeanFactoryPostProcessor to be registered.
- Overrides:
getPostProcessorName in class PluginListDefinitionParser
- Returns:
Copyright © 2008-2014–2014 Pivotal, Inc.. All rights reserved.