The Spring Framework

Package org.springframework.aop.config

Support package for declarative AOP configuration, with XML schema being the primary configuration format.

See:
          Description

Class Summary
AbstractInterceptorDrivenBeanDefinitionDecorator Base implementation for BeanDefinitionDecorators wishing to add an interceptor to the resulting bean.
AdviceEntry ParseState entry representing an advice element.
AdvisorComponentDefinition  
AdvisorEntry ParseState entry representing an advisor.
AopNamespaceHandler NamespaceHandler for the aop namespace.
AopNamespaceUtils Utility class for handling registration of auto-proxy creators used internally by the 'aop' namespace tags.
AspectComponentDefinition ComponentDefinition implementation that holds an aspect definition, including its nested pointcuts.
AspectEntry ParseState entry representing an aspect.
AspectJAutoProxyBeanDefinitionParser BeanDefinitionParser implementation that for the 'aspectj-autoproxy' tag that enables the automatic application of @AspectJ-style aspects found in the BeanFactory.
ConfigBeanDefinitionParser BeanDefinitionParser for the <aop:config> tag.
MethodLocatingFactoryBean FactoryBean implementation that locates a Method on a specified bean.
PointcutComponentDefinition ComponentDefinition implementation that holds a pointcut definition.
PointcutEntry ParseState entry representing a pointcut.
ScopedProxyBeanDefinitionDecorator BeanDefinitionDecorator responsible for parsing the <aop:scope/> tag.
SimpleBeanFactoryAwareAspectInstanceFactory Implementation of AspectInstanceFactory that locates the aspect from the BeanFactory using a configured bean name.
SpringConfiguredBeanDefinitionParser BeanDefinitionParser responsible for parsing the <aop:spring-configured/> tag.
 

Package org.springframework.aop.config Description

Support package for declarative AOP configuration, with XML schema being the primary configuration format.


The Spring Framework

Copyright © 2002-2006 The Spring Framework.