public class PluginInterfaceBeanDefinitionDecorator extends Object implements org.springframework.beans.factory.xml.BeanDefinitionDecorator
| Constructor and Description |
|---|
PluginInterfaceBeanDefinitionDecorator() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.config.BeanDefinitionHolder |
decorate(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.
|
public PluginInterfaceBeanDefinitionDecorator()
public org.springframework.beans.factory.config.BeanDefinitionHolder decorate(Node source, org.springframework.beans.factory.config.BeanDefinitionHolder holder, org.springframework.beans.factory.xml.ParserContext ctx)
decorate in interface org.springframework.beans.factory.xml.BeanDefinitionDecoratorsource - The interface elementholder - The containing bean definitionctx - The parser contextCopyright © 2014 Atlassian. All rights reserved.