Uses of Package
org.springframework.aop

Packages that use org.springframework.aop
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.framework.autoproxy.target Generic support classes for target source creation. 
org.springframework.aop.framework.support Support classes for Spring's basic AOP infrastructure. 
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 used by org.springframework.aop
Advisor
          Base interface holding AOP advice (action to take at a joinpoint) and a filter determining the applicability of the advice (such as a pointcut).
BeforeAdvice
          Superinterface for all before advice.
ClassFilter
          Filter that restricts matching of a pointcut or introduction to a given set of target classes.
MethodMatcher
          Part of a Pointcut.
Pointcut
          Core Spring pointcut abstraction.
 

Classes in org.springframework.aop used by org.springframework.aop.framework
Advisor
          Base interface holding AOP advice (action to take at a joinpoint) and a filter determining the applicability of the advice (such as a pointcut).
IntroductionAdvisor
          Superinterface for advisors that perform one or more AOP introductions.
MethodBeforeAdvice
          Advice invoked before a method is invoked.
TargetSource
          A TargetSource is used to obtain the current "target" of an AOP invocation, which will be invoked via reflection if no around advice chooses to end the interceptor chain itself.
ThrowsAdvice
          Tag interface for throws advice.
 

Classes in org.springframework.aop used by org.springframework.aop.framework.adapter
Advisor
          Base interface holding AOP advice (action to take at a joinpoint) and a filter determining the applicability of the advice (such as a pointcut).
 

Classes in org.springframework.aop used by org.springframework.aop.framework.autoproxy
TargetSource
          A TargetSource is used to obtain the current "target" of an AOP invocation, which will be invoked via reflection if no around advice chooses to end the interceptor chain itself.
 

Classes in org.springframework.aop used by org.springframework.aop.framework.autoproxy.target
TargetSource
          A TargetSource is used to obtain the current "target" of an AOP invocation, which will be invoked via reflection if no around advice chooses to end the interceptor chain itself.
 

Classes in org.springframework.aop used by org.springframework.aop.framework.support
Advisor
          Base interface holding AOP advice (action to take at a joinpoint) and a filter determining the applicability of the advice (such as a pointcut).
Pointcut
          Core Spring pointcut abstraction.
 

Classes in org.springframework.aop used by org.springframework.aop.support
Advisor
          Base interface holding AOP advice (action to take at a joinpoint) and a filter determining the applicability of the advice (such as a pointcut).
ClassFilter
          Filter that restricts matching of a pointcut or introduction to a given set of target classes.
IntroductionAdvisor
          Superinterface for advisors that perform one or more AOP introductions.
IntroductionInterceptor
          Subinterface of AOP Alliance MethodInterceptor that allows additional interfaces to be implemented by the interceptor, and available via a proxy using that interceptor.
MethodMatcher
          Part of a Pointcut.
Pointcut
          Core Spring pointcut abstraction.
PointcutAdvisor
          Superinterface for all Advisors that are driven by a pointcut.
 

Classes in org.springframework.aop used by org.springframework.aop.target
IntroductionAdvisor
          Superinterface for advisors that perform one or more AOP introductions.
TargetSource
          A TargetSource is used to obtain the current "target" of an AOP invocation, which will be invoked via reflection if no around advice chooses to end the interceptor chain itself.
 

Classes in org.springframework.aop used by org.springframework.transaction.interceptor
Advisor
          Base interface holding AOP advice (action to take at a joinpoint) and a filter determining the applicability of the advice (such as a pointcut).
MethodMatcher
          Part of a Pointcut.
Pointcut
          Core Spring pointcut abstraction.
PointcutAdvisor
          Superinterface for all Advisors that are driven by a pointcut.
TargetSource
          A TargetSource is used to obtain the current "target" of an AOP invocation, which will be invoked via reflection if no around advice chooses to end the interceptor chain itself.
 



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