The Spring Framework

Uses of Package
org.springframework.aop.framework

Packages that use org.springframework.aop.framework
org.springframework.aop.aspectj AspectJ integration package. 
org.springframework.aop.aspectj.annotation Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. 
org.springframework.aop.aspectj.autoproxy Base classes enabling auto-proxying based on AspectJ. 
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. 
org.springframework.aop.framework.autoproxy Bean post-processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean. 
org.springframework.aop.scope Support for AOP-based scoping of target objects, with configurable backend. 
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation. 
 

Classes in org.springframework.aop.framework used by org.springframework.aop.aspectj
ReflectiveMethodInvocation
          Spring's implementation of AOP Alliance MethodInvocation interface.
 

Classes in org.springframework.aop.framework used by org.springframework.aop.aspectj.annotation
Advised
          Interface to be implemented by classes that hold the configuration of a factory of AOP proxies.
AdvisedSupport
          Superclass for AOP proxy configuration managers.
AopConfigException
          Exception that gets thrown on illegal AOP configuration arguments.
ProxyConfig
          Convenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties.
 

Classes in org.springframework.aop.framework used by org.springframework.aop.aspectj.autoproxy
ProxyConfig
          Convenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties.
 

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
          Listener to be registered on AdvisedSupport objects.
AdvisorChainFactory
          Factory for advisor chains.
AopConfigException
          Exception that gets thrown on illegal AOP configuration arguments.
AopProxy
          Strategy interface for a configured proxy, allowing for creation of proxy objects.
AopProxyFactory
          Interface to be implemented by objects that can create AOP proxies based on AdvisedSupport objects.
ProxyConfig
          Convenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties.
 

Classes in org.springframework.aop.framework used by org.springframework.aop.framework.autoproxy
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.
 

Classes in org.springframework.aop.framework used by org.springframework.aop.scope
ProxyConfig
          Convenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties.
 

Classes in org.springframework.aop.framework used by org.springframework.transaction.interceptor
AbstractSingletonProxyFactoryBean
          Convenient proxy factory bean superclass for proxy factory beans that create only singletons.
ProxyConfig
          Convenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.