| Name | Description | Type | Package | Framework |
| AbstractAdvisingBeanPostProcessor | Base class for BeanPostProcessor implementations that apply aSpring AOP Advisor to specific beans. | Class | org.springframework.aop.framework | Spring MVC |
|
| AbstractAdvisorAutoProxyCreator | Generic auto proxy creator that builds AOP proxies for specific beansbased on detected Advisors for each bean. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| AbstractAutoProxyCreator | BeanPostProcessor implementationthat wraps each eligible bean with an AOP proxy, delegating to specified interceptors | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| AbstractBeanFactoryAwareAdvisingPostProcessor | Extension of AbstractAutoProxyCreator which implements BeanFactoryAware,adds exposure of the original target class for each proxied bean | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| AbstractBeanFactoryBasedTargetSourceCreator | Convenient superclass forUses an internal BeanFactory to manage the target instances, | Class | org.springframework.aop.framework.autoproxy.target | Spring MVC |
|
| AbstractSingletonProxyFactoryBean | Convenient superclass for FactoryBean types that produce singleton-scopedManages pre- and post-interceptors (references, rather than | Class | org.springframework.aop.framework | Spring MVC |
|
| Advised | Interface to be implemented by classes that hold the configurationof a factory of AOP proxies. | Interface | org.springframework.aop.framework | Spring MVC |
|
| AdvisedSupport | Base class for AOP proxy configuration managers. | Class | org.springframework.aop.framework | Spring MVC |
|
| AdvisedSupportListener | Listener to be registered on ProxyCreatorSupport objectsAllows for receiving callbacks on activation and change of advice. | Interface | org.springframework.aop.framework | Spring MVC |
|
| AdvisorAdapter | Interface allowing extension to the Spring AOP framework to allowhandling of new Advisors and Advice types. | Interface | org.springframework.aop.framework.adapter | Spring MVC |
|
| AdvisorAdapterRegistrationManager | BeanPostProcessor that registers AdvisorAdapter beans in the BeanFactory withan AdvisorAdapterRegistry (by default the GlobalAdvisorAdapterRegistry). | Class | org.springframework.aop.framework.adapter | Spring MVC |
|
| AdvisorAdapterRegistry | Interface for registries of Advisor adapters. | Interface | org.springframework.aop.framework.adapter | Spring MVC |
|
| AdvisorChainFactory | Factory interface for advisor chains. | Interface | org.springframework.aop.framework | Spring MVC |
|
| AfterReturningAdviceInterceptor | Interceptor to wrap am AfterReturningAdvice. | Class | org.springframework.aop.framework.adapter | Spring MVC |
|
| AopConfigException | Exception that gets thrown on illegal AOP configuration arguments. | Class | org.springframework.aop.framework | Spring MVC |
|
| AopContext | Class containing static methods used to obtain information about the current AOP invocation. | Class | org.springframework.aop.framework | Spring MVC |
|
| AopInfrastructureBean | Marker interface that indicates a bean that is part of Spring'sAOP infrastructure. | Interface | org.springframework.aop.framework | Spring MVC |
|
| AopProxy | Delegate interface for a configured AOP proxy, allowing for the creationof actual proxy objects. | Interface | org.springframework.aop.framework | Spring MVC |
|
| AopProxyFactory | Interface to be implemented by factories that are able to createAOP proxies based on AdvisedSupport configuration objects. | Interface | org.springframework.aop.framework | Spring MVC |
|
| AopProxyUtils | Utility methods for AOP proxy factories. | Class | org.springframework.aop.framework | Spring MVC |
|
| AutoProxyUtils | Utilities for auto-proxy aware components. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| BeanFactoryAdvisorRetrievalHelper | Helper for retrieving standard Spring Advisors from a BeanFactory,for use with auto-proxying. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| BeanNameAutoProxyCreator | Auto proxy creator that identifies beans to proxy via a list of names. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| DefaultAdvisorAdapterRegistry | Default implementation of the AdvisorAdapterRegistry interface. | Class | org.springframework.aop.framework.adapter | Spring MVC |
|
| DefaultAdvisorAutoProxyCreator | BeanPostProcessor implementation that creates AOP proxies based on all candidateAdvisors in the current BeanFactory. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| DefaultAdvisorChainFactory | A simple but definitive way of working out an advice chain for a Method,given an Advised object. | Class | org.springframework.aop.framework | Spring MVC |
|
| DefaultAopProxyFactory | Default AopProxyFactory implementation, creating either a CGLIB proxyor a JDK dynamic proxy. | Class | org.springframework.aop.framework | Spring MVC |
|
| GlobalAdvisorAdapterRegistry | Singleton to publish a shared DefaultAdvisorAdapterRegistry instance. | Class | org.springframework.aop.framework.adapter | Spring MVC |
|
| InfrastructureAdvisorAutoProxyCreator | Auto-proxy creator that considers infrastructure Advisor beans only,ignoring any application-defined Advisors. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| LazyInitTargetSourceCreator | TargetSourceCreator that enforces a LazyInitTargetSource for each beanthat is defined as lazy-init. | Class | org.springframework.aop.framework.autoproxy.target | Spring MVC |
|
| MethodBeforeAdviceInterceptor | Interceptor to wrap am MethodBeforeAdvice. | Class | org.springframework.aop.framework.adapter | Spring MVC |
|
| ProxyConfig | Convenience superclass for configuration used in creating proxies,to ensure that all proxy creators have consistent properties. | Class | org.springframework.aop.framework | Spring MVC |
|
| ProxyCreationContext | Holder for the current proxy creation context, as exposed by auto-proxy creatorssuch as AbstractAdvisorAutoProxyCreator. | Class | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| ProxyCreatorSupport | Base class for proxy factories. | Class | org.springframework.aop.framework | Spring MVC |
|
| ProxyFactory | Factory for AOP proxies for programmatic use, rather than via a beanfactory. | Class | org.springframework.aop.framework | Spring MVC |
|
| ProxyFactoryBean | FactoryBean implementation that builds anAOP proxy based on beans in Spring BeanFactory. | Class | org.springframework.aop.framework | Spring MVC |
|
| ProxyProcessorSupport | Base class with common functionality for proxy processors, in particularClassLoader management and the evaluateProxyInterfaces(java. | Class | org.springframework.aop.framework | Spring MVC |
|
| QuickTargetSourceCreator | Convenient TargetSourceCreator using bean name prefixes to create one of threewell-known TargetSource types: | Class | org.springframework.aop.framework.autoproxy.target | Spring MVC |
|
| ReflectiveMethodInvocation | Spring's implementation of the AOP AllianceMethodInvocation interface, | Class | org.springframework.aop.framework | Spring MVC |
|
| TargetSourceCreator | sources, for particular beans. | Interface | org.springframework.aop.framework.autoproxy | Spring MVC |
|
| ThrowsAdviceInterceptor | Interceptor to wrap an after-throwing advice. | Class | org.springframework.aop.framework.adapter | Spring MVC |
|
| UnknownAdviceTypeException | Exception thrown when an attempt is made to use an unsupportedAdvisor or Advice type. | Class | org.springframework.aop.framework.adapter | Spring MVC |