Uses of Interface
org.springframework.beans.factory.xml.BeanDefinitionDecorator

Packages that use BeanDefinitionDecorator
org.springframework.aop.config Support package for declarative AOP configuration, with XML schema being the primary configuration format. 
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
 

Uses of BeanDefinitionDecorator in org.springframework.aop.config
 

Classes in org.springframework.aop.config that implement BeanDefinitionDecorator
 class AbstractInterceptorDrivenBeanDefinitionDecorator
          Base implementation for BeanDefinitionDecorators wishing to add an interceptor to the resulting bean.
 

Uses of BeanDefinitionDecorator in org.springframework.beans.factory.xml
 

Methods in org.springframework.beans.factory.xml that return BeanDefinitionDecorator
protected  BeanDefinitionDecorator NamespaceHandlerSupport.findDecoratorForNode(Node node)
          Deprecated. as of Spring 2.0.2; there should be no need to call this directly.
 

Methods in org.springframework.beans.factory.xml with parameters of type BeanDefinitionDecorator
protected  void NamespaceHandlerSupport.registerBeanDefinitionDecorator(String elementName, BeanDefinitionDecorator decorator)
          Subclasses can call this to register the supplied BeanDefinitionDecorator to handle the specified element.
protected  void NamespaceHandlerSupport.registerBeanDefinitionDecoratorForAttribute(String attributeName, BeanDefinitionDecorator decorator)
          Subclasses can call this to register the supplied BeanDefinitionDecorator to handle the specified attribute.
 



Copyright © 2002-2008 The Spring Framework.