Uses of Package
org.springframework.aop.framework

Packages that use org.springframework.aop.framework
org.springframework.aop 
org.springframework.aop.framework 
org.springframework.aop.framework.adapter 
org.springframework.aop.framework.autoproxy 
org.springframework.aop.support 
org.springframework.aop.target 
org.springframework.transaction.interceptor 

Classes in org.springframework.aop.framework used by org.springframework.aop
IntroductionAdvisor
          Superinterface for advisors that perform one or more AOP introductions.
 

Classes in org.springframework.aop.framework used by org.springframework.aop.framework
Advised
          Interface to be implemented by classes that hold the configuration of a factory of AOP proxies.
AdvisedSupport
          Superclass for AOP Proxy configuration managers.
AdvisedSupportListener
          
AdvisorChainFactory
          Factory for advisor chains.
AdvisorChainFactoryUtils
          Utility methods for use by AdviceChainFactory implementations.
AopProxyUtils
          
Cglib2AopProxy
          CGLIB 2 AopProxy implementation for the Spring AOP framework.
HashMapCachingAdvisorChainFactory
          AdvisorChainFactory implementation that caches by method.
JdkDynamicAopProxy
          InvocationHandler implementation for the Spring AOP framework, based on J2SE 1.3+ dynamic proxies.
MethodInvocationFactory
          Factory for method invocations.
ProxyConfig
          Convenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties.
ProxyFactory
          Factory for AOP proxies for programmatic use, rather than via a bean factory.
ProxyFactoryBean
          FactoryBean implementation for use to source AOP proxies from a Spring BeanFactory.
 

Classes in org.springframework.aop.framework used by org.springframework.aop.framework.adapter
UnknownAdviceTypeException
          Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
 

Classes in org.springframework.aop.framework used by org.springframework.aop.framework.autoproxy
AbstractAutoProxyCreator
          BeanPostProcessor implementation that wraps a group of beans with AOP proxies that delegate to the given interceptors before invoking the bean itself.
 

Classes in org.springframework.aop.framework used by org.springframework.aop.support
DefaultInterceptionIntroductionAdvisor
          Simple IntroductionAdvisor implementation that by default applies to any class.
 

Classes in org.springframework.aop.framework used by org.springframework.aop.target
HotSwappableTargetSource
          Implementation of TargetSource interface that caches a local target object, but allows the target to be swapped while the application is running.
 

Classes in org.springframework.aop.framework used by org.springframework.transaction.interceptor
TransactionProxyFactoryBean
          Proxy factory bean for simplified declarative transaction handling.