Package org.springframework.aop.support

Convenience classes for using Spring's AOP API.

See:
          Description

Class Summary
AbstractPointcutAdvisor Abstract base class for PointcutAdvisor implementations.
AbstractRegexpMethodPointcut Abstract base regular expression pointcut bean.
AopUtils Utility methods used by the AOP framework and by AOP proxy factories.
ClassFilters Static methods useful for composing 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.
DelegatingIntroductionInterceptor Convenient implementation of the IntroductionInterceptor interface.
DynamicMethodMatcher Convenient abstract superclass for dynamic method matchers, which do care about arguments at runtime.
DynamicMethodMatcherPointcut Convenient superclass when we want to force subclasses to implement MethodMatcher interface, but subclasses will want to be pointcuts.
DynamicMethodMatcherPointcutAdvisor Convenient superclass for Advisors that are also dynamic pointcuts.
IntroductionInfoSupport Support for implementations of IntroductionInfo.
JdkRegexpMethodPointcut Java 1.4 regular expression pointcut.
MethodMatchers Static methods useful for composing MethodMatchers.
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.
Perl5RegexpMethodPointcut Perl5-style regular expression pointcut.
Pointcuts Pointcut constants for matching getters and setters, and static methods useful for manipulating and evaluating pointcuts.
RegexpMethodPointcutAdvisor Convenient class for regexp method pointcuts that hold an Advice, 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 the MethodMatcher interface, but subclasses will want to be pointcuts.
StaticMethodMatcherPointcutAdvisor Convenient superclass for Advisors that are also static pointcuts.
UnionPointcut Pointcut unions are tricky, because we can't just OR the MethodMatchers: we need to check that each MethodMatcher's ClassFilter was happy as well.
 

Package org.springframework.aop.support Description

Convenience classes for using Spring's AOP API.



Copyright (c) 2002-2007 The Spring Framework Project.