Uses of Interface
org.springframework.beans.factory.xml.BeanDefinitionDecorator
Packages that use BeanDefinitionDecorator
Package
Description
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD.-
Uses of BeanDefinitionDecorator in org.springframework.aop.config
Classes in org.springframework.aop.config that implement BeanDefinitionDecoratorModifier and TypeClassDescriptionclassBase implementation forBeanDefinitionDecoratorswishing to add aninterceptorto the resulting bean. -
Uses of BeanDefinitionDecorator in org.springframework.beans.factory.xml
Methods in org.springframework.beans.factory.xml with parameters of type BeanDefinitionDecoratorModifier and TypeMethodDescriptionprotected final voidNamespaceHandlerSupport.registerBeanDefinitionDecorator(String elementName, BeanDefinitionDecorator dec) Subclasses can call this to register the suppliedBeanDefinitionDecoratorto handle the specified element.protected final voidNamespaceHandlerSupport.registerBeanDefinitionDecoratorForAttribute(String attrName, BeanDefinitionDecorator dec) Subclasses can call this to register the suppliedBeanDefinitionDecoratorto handle the specified attribute.