org.springframework.aop
Class TruePointcut
java.lang.Object
org.springframework.aop.TruePointcut
- All Implemented Interfaces:
- Serializable, Pointcut
class TruePointcut
- extends Object
- implements Pointcut, Serializable
Canonical Pointcut instance that always matches.
- Author:
- Rod Johnson
Fields inherited from interface org.springframework.aop.Pointcut |
TRUE |
INSTANCE
public static final TruePointcut INSTANCE
getClassFilter
public ClassFilter getClassFilter()
- Description copied from interface:
Pointcut
- Return the ClassFilter for this pointcut.
- Specified by:
getClassFilter
in interface Pointcut
- Returns:
- the ClassFilter (never
null
)
getMethodMatcher
public MethodMatcher getMethodMatcher()
- Description copied from interface:
Pointcut
- Return the MethodMatcher for this pointcut.
- Specified by:
getMethodMatcher
in interface Pointcut
- Returns:
- the MethodMatcher (never
null
)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright (c) 2002-2007 The Spring Framework Project.