org.springframework.aop
Class TruePointcut

java.lang.Object
  extended byorg.springframework.aop.TruePointcut
All Implemented Interfaces:
Pointcut, Serializable

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()
           
 MethodMatcher getMethodMatcher()
           
 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()
Specified by:
getClassFilter in interface Pointcut

getMethodMatcher

public MethodMatcher getMethodMatcher()
Specified by:
getMethodMatcher in interface Pointcut

toString

public String toString()


Copyright (C) 2003-2004 The Spring Framework Project.