public class ClusteredImplementationBeanDefinitionDecorator extends Object implements org.springframework.beans.factory.xml.BeanDefinitionDecorator
BeanDefinitionDecorator
for handling the custom "confluence:clustered-implementation" attribute on Spring beans.
Registers the decorated bean's name with the ClusteredImplementationBeanRegistry
.
See ConfluenceSpringNamespaceHandler
See ClusteredImplementationBeanRegistry
Constructor and Description |
---|
ClusteredImplementationBeanDefinitionDecorator() |
Modifier and Type | Method and Description |
---|---|
org.springframework.beans.factory.config.BeanDefinitionHolder |
decorate(Node attributeNode,
org.springframework.beans.factory.config.BeanDefinitionHolder beanDefinitionHolder,
org.springframework.beans.factory.xml.ParserContext parserContext) |
public ClusteredImplementationBeanDefinitionDecorator()
public org.springframework.beans.factory.config.BeanDefinitionHolder decorate(Node attributeNode, org.springframework.beans.factory.config.BeanDefinitionHolder beanDefinitionHolder, org.springframework.beans.factory.xml.ParserContext parserContext)
decorate
in interface org.springframework.beans.factory.xml.BeanDefinitionDecorator
Copyright © 2003–2017 Atlassian. All rights reserved.