Package org.springframework.aop.support
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
ExpressionPointcut Interface to be implemented by pointcuts that use String expressions.
Classes
AbstractExpressionPointcut Abstract superclass for expression pointcuts.
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.
DelegatePerTargetObjectDelegatingIntroductionInterceptor

Convenient implementation of the IntroductionInterceptor interface.

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 IntroductionAdvice.
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.
TypePatternClassFilter Spring AOP ClassFilter implementation using AspectJ type matching.
Convenience classes for using Spring's AOP API.