org.springframework.aop
Class TruePointcut

java.lang.Object
  extended by 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

Field Summary
static TruePointcut INSTANCE
           
 
Fields inherited from interface org.springframework.aop.Pointcut
TRUE
 
Method Summary
 ClassFilter getClassFilter()
          Return the ClassFilter for this pointcut.
 MethodMatcher getMethodMatcher()
          Return the MethodMatcher for this pointcut.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final TruePointcut INSTANCE
Method Detail

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.