Package | Description |
---|---|
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" XSD. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInterceptorDrivenBeanDefinitionDecorator
Base implementation for
BeanDefinitionDecorators
wishing to add an interceptor
to the resulting bean. |
Modifier and Type | Method and Description |
---|---|
protected void |
NamespaceHandlerSupport.registerBeanDefinitionDecorator(String elementName,
BeanDefinitionDecorator dec)
Subclasses can call this to register the supplied
BeanDefinitionDecorator to
handle the specified element. |
protected void |
NamespaceHandlerSupport.registerBeanDefinitionDecoratorForAttribute(String attrName,
BeanDefinitionDecorator dec)
Subclasses can call this to register the supplied
BeanDefinitionDecorator to
handle the specified attribute. |