Uses of Package
org.springframework.aop.support

Packages that use org.springframework.aop.support
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.support used by org.springframework.aop.support
ComposablePointcut
          Convenient class for building up pointcuts.
DelegatingIntroductionInterceptor
          Convenient implementation of the IntroductionInterceptor interface.
DynamicMethodMatcher
          Convenient abstract superclass for dynamic method matchers, which do care about arguments at runtime.
NameMatchMethodPointcut
          Pointcut bean for simple method name matches, as alternative to regexp patterns.
RegexpMethodPointcut
          Perl5 regular expression pointcut bean.
StaticMethodMatcher
          Convenient abstract superclas for static method matchers, which don't care about arguments at runtime.
StaticMethodMatcherPointcut
          Convenient superclass when we want to force subclasses to implement MethodMatcher interface, but subclasses will want to be pointcuts.
 

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

Classes in org.springframework.aop.support used by org.springframework.transaction.interceptor
StaticMethodMatcher
          Convenient abstract superclas for static method matchers, which don't care about arguments at runtime.
StaticMethodMatcherPointcut
          Convenient superclass when we want to force subclasses to implement MethodMatcher interface, but subclasses will want to be pointcuts.
StaticMethodMatcherPointcutAdvisor
          Convenient superclass for Advisors that are also static pointcuts.
 



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