Package org.springframework.aop.config
Support package for declarative AOP configuration, with XML schema being the primary configuration format.
Class Summary Class Description AbstractInterceptorDrivenBeanDefinitionDecorator Base implementation forBeanDefinitionDecoratorswishing to add aninterceptorto the resulting bean.AdviceEntry ParseStateentry representing an advice element.AdvisorComponentDefinition ComponentDefinitionthat bridges the gap between the advisor bean definition configured by the<aop:advisor>tag and the component definition infrastructure.AdvisorEntry ParseStateentry representing an advisor.AopConfigUtils Utility class for handling registration of AOP auto-proxy creators.AopNamespaceHandler NamespaceHandlerfor theaopnamespace.AopNamespaceUtils Utility class for handling registration of auto-proxy creators used internally by the 'aop' namespace tags.AspectComponentDefinition ComponentDefinitionthat holds an aspect definition, including its nested pointcuts.AspectEntry ParseStateentry representing an aspect.MethodLocatingFactoryBean FactoryBeanimplementation that locates aMethodon a specified bean.PointcutComponentDefinition ComponentDefinitionimplementation that holds a pointcut definition.PointcutEntry ParseStateentry representing a pointcut.SimpleBeanFactoryAwareAspectInstanceFactory Implementation ofAspectInstanceFactorythat locates the aspect from theBeanFactoryusing a configured bean name.