org.springframework.aop
public interface: Pointcut [javadoc |
source]
All Known Implementing Classes:
TransactionAttributeSourcePointcut, ComposablePointcut, TruePointcut, GetterPointcut, AbstractRegexpMethodPointcut, ExpressionPointcut, Perl5RegexpMethodPointcut, JdkRegexpMethodPointcut, DynamicMethodMatcherPointcut, SetterPointcut, DynamicMethodMatcherPointcutAdvisor, StaticMethodMatcherPointcutAdvisor, StaticMethodMatcherPointcut, NameMatchMethodPointcut, ControlFlowPointcut, PerTargetInstantiationModelPointcut, AspectJExpressionPointcut, AnnotationMatchingPointcut, UnionPointcut, AbstractExpressionPointcut
Core Spring pointcut abstraction.
A pointcut is composed of a ClassFilter and a MethodMatcher .
Both these basic terms and a Pointcut itself can be combined to build up combinations
(e.g. through org.springframework.aop.support.ComposablePointcut ).
| Field Summary |
|---|
| Pointcut | TRUE | Canonical Pointcut instance that always matches. |