| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 BeanFactoryimplementation,
including a standard "spring-beans" DTD. | 
| Uses of BeanDefinitionDecorator in org.springframework.aop.config | 
|---|
| Classes in org.springframework.aop.config that implement BeanDefinitionDecorator | |
|---|---|
|  class | AbstractInterceptorDrivenBeanDefinitionDecoratorBase implementation for BeanDefinitionDecoratorswishing
 to add aninterceptorto 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 BeanDefinitionDecoratorto
 handle the specified element. | 
| protected  void | NamespaceHandlerSupport.registerBeanDefinitionDecoratorForAttribute(String attributeName,
                                            BeanDefinitionDecorator decorator)Subclasses can call this to register the supplied BeanDefinitionDecoratorto
 handle the specified attribute. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||