Class BeanAttributeHandler

  • All Implemented Interfaces:
    org.springframework.beans.factory.xml.BeanDefinitionDecorator

    public class BeanAttributeHandler
    extends Object
    implements org.springframework.beans.factory.xml.BeanDefinitionDecorator
    Reads the attributes added to a bean and sets them on the BeanDefinition's Attributes collection. User: nbaker Date: 1/16/13
    • Constructor Detail

      • BeanAttributeHandler

        public BeanAttributeHandler()
    • Method Detail

      • decorate

        public org.springframework.beans.factory.config.BeanDefinitionHolder decorate​(Node node,
                                                                                      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