org.springframework.aop
Interface Pointcut
- All Known Implementing Classes:
- AbstractRegexpMethodPointcut, ComposablePointcut, ControlFlowPointcut, DynamicMethodMatcherPointcut, DynamicMethodMatcherPointcutAdvisor, JdkRegexpMethodPointcut, NameMatchMethodPointcut, NameMatchMethodPointcutAdvisor, Perl5RegexpMethodPointcut, StaticMethodMatcherPointcut, StaticMethodMatcherPointcutAdvisor, TransactionAttributeSourceAdvisor, TruePointcut, UnionPointcut
public interface Pointcut
Core Spring pointcut abstraction. A pointcut is composed of ClassFilters and MethodMatchers.
Both these basic terms and a Pointcut itself can be combined to build up combinations.
- Author:
- Rod Johnson
TRUE
static final Pointcut TRUE
getClassFilter
ClassFilter getClassFilter()
getMethodMatcher
MethodMatcher getMethodMatcher()
Copyright (c) 2002-2005 The Spring Framework Project.