|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Pointcut
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.
ClassFilter
,
MethodMatcher
,
ClassFilters
,
MethodMatchers
,
ComposablePointcut
Field Summary | |
---|---|
static Pointcut |
TRUE
Canonical Pointcut instance that always matches. |
Method Summary | |
---|---|
ClassFilter |
getClassFilter()
Return the ClassFilter for this pointcut. |
MethodMatcher |
getMethodMatcher()
Return the MethodMatcher for this pointcut. |
Field Detail |
---|
static final Pointcut TRUE
Method Detail |
---|
ClassFilter getClassFilter()
MethodMatcher getMethodMatcher()
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |