Package org.springframework.aop.support

Convenience classes for using Spring's AOP API.

See:
          Description

Class Summary
AopUtils Utility methods used by the AOP framework.
ClassFilters  
ComposablePointcut Convenient class for building up pointcuts.
ControlFlowPointcut Pointcut and method matcher for use in simple cflow-style pointcut.
DefaultIntroductionAdvisor Simple IntroductionAdvisor implementation that by default applies to any class.
DefaultPointcutAdvisor Convenient pointcut-driven advisor implementation, implementing the getPointcut() and isPerInstance() methods.
DelegatingIntroductionInterceptor Convenient implementation of the IntroductionInterceptor interface.
DynamicMethodMatcher Convenient abstract superclass for dynamic method matchers, which do care about arguments at runtime.
DynamicMethodMatcherPointcutAdvisor Convenient superclass for Advisors that are also dynamic pointcuts.
MethodMatchers Static methods useful for composing Pointcuts.
NameMatchMethodPointcut Pointcut bean for simple method name matches, as alternative to regexp patterns.
NameMatchMethodPointcutAdvisor Convenient class for name-match method pointcuts that hold an Interceptor, making them an Advisor.
Pointcuts Static methods useful for manipulating and evaluating pointcuts.
RegexpMethodPointcut Perl5 regular expression pointcut bean.
RegexpMethodPointcutAdvisor Convenient class for regexp method pointcuts that hold an Interceptor, making them an Advisor.
RootClassFilter Simple ClassFilter implementation that passes classes (and optionally subclasses)
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.
 

Package org.springframework.aop.support Description

Convenience classes for using Spring's AOP API.



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