Uses of Package
org.springframework.aop.framework

Packages that use org.springframework.aop.framework
org.springframework.aop Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces. 
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. 
org.springframework.aop.framework.adapter SPI package allowing Spring AOP framework to handle arbitrary advice types. 
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.support Convenience classes for using Spring's AOP API. 
org.springframework.aop.target This package contains implementations of the org.springframework.aop.TargetSource interface. 
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation. 
 

Classes in org.springframework.aop.framework used by org.springframework.aop
AopConfigException
          Exception that gets thrown on illegal AOP configuration arguments.
 

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.
AopConfigException
          Exception that gets thrown on illegal AOP configuration arguments.
AopProxy
           
AopProxyFactory
          Interface to be implemented by objects that can create AOP proxies based on AdvisedSupport objects
MethodInvocationFactory
          Factory for method invocations.
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.adapter
AopConfigException
          Exception that gets thrown on illegal AOP configuration arguments.
 

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.
 

Classes in org.springframework.aop.framework used by org.springframework.aop.support
AopConfigException
          Exception that gets thrown on illegal AOP configuration arguments.
 

Classes in org.springframework.aop.framework used by org.springframework.aop.target
AopConfigException
          Exception that gets thrown on illegal AOP configuration arguments.
 

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



Copyright (C) 2003-2004 The Spring Framework Project.