com.atlassian.confluence.spring.namespace
Class ClusteredImplementationBeanDefinitionDecorator

java.lang.Object
  extended by com.atlassian.confluence.spring.namespace.ClusteredImplementationBeanDefinitionDecorator
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionDecorator

public class ClusteredImplementationBeanDefinitionDecorator
extends java.lang.Object
implements org.springframework.beans.factory.xml.BeanDefinitionDecorator

A BeanDefinitionDecorator for handling the custom "confluence:clustered-implementation" attribute on Spring beans. Registers the decorated bean's name with the ClusteredImplementationBeanRegistry.

Since:
5.5 See ConfluenceSpringNamespaceHandler See ClusteredImplementationBeanRegistry

Constructor Summary
ClusteredImplementationBeanDefinitionDecorator()
           
 
Method Summary
 org.springframework.beans.factory.config.BeanDefinitionHolder decorate(org.w3c.dom.Node attributeNode, org.springframework.beans.factory.config.BeanDefinitionHolder beanDefinitionHolder, org.springframework.beans.factory.xml.ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusteredImplementationBeanDefinitionDecorator

public ClusteredImplementationBeanDefinitionDecorator()
Method Detail

decorate

public org.springframework.beans.factory.config.BeanDefinitionHolder decorate(org.w3c.dom.Node attributeNode,
                                                                              org.springframework.beans.factory.config.BeanDefinitionHolder beanDefinitionHolder,
                                                                              org.springframework.beans.factory.xml.ParserContext parserContext)
Specified by:
decorate in interface org.springframework.beans.factory.xml.BeanDefinitionDecorator


Copyright © 2003-2014 Atlassian. All Rights Reserved.