com.atlassian.plugin.spring.pluginns
Class PluginInterfaceBeanDefinitionDecorator
java.lang.Object
com.atlassian.plugin.spring.pluginns.PluginInterfaceBeanDefinitionDecorator
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionDecorator
public class PluginInterfaceBeanDefinitionDecorator
- extends java.lang.Object
- implements org.springframework.beans.factory.xml.BeanDefinitionDecorator
Matches the element and registers it against the bean for later processing.
|
Method Summary |
org.springframework.beans.factory.config.BeanDefinitionHolder |
decorate(org.w3c.dom.Node source,
org.springframework.beans.factory.config.BeanDefinitionHolder holder,
org.springframework.beans.factory.xml.ParserContext ctx)
Called when the Spring parser encounters an "interface" element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginInterfaceBeanDefinitionDecorator
public PluginInterfaceBeanDefinitionDecorator()
decorate
public org.springframework.beans.factory.config.BeanDefinitionHolder decorate(org.w3c.dom.Node source,
org.springframework.beans.factory.config.BeanDefinitionHolder holder,
org.springframework.beans.factory.xml.ParserContext ctx)
- Called when the Spring parser encounters an "interface" element.
- Specified by:
decorate in interface org.springframework.beans.factory.xml.BeanDefinitionDecorator
- Parameters:
source - The interface elementholder - The containing bean definitionctx - The parser context
- Returns:
- The containing bean definition
Copyright © 2010 Atlassian. All Rights Reserved.