| 
 | ||||||||||
| 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
 (e.g. through ComposablePointcut).
ClassFilter, 
MethodMatcher, 
Pointcuts, 
ClassFilters, 
MethodMatchers| Field Summary | |
|---|---|
| static Pointcut | TRUECanonical 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()
null)MethodMatcher getMethodMatcher()
null)| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||