org.springframework.aop.support
Class RootClassFilter

java.lang.Object
  extended byorg.springframework.aop.support.RootClassFilter
All Implemented Interfaces:
ClassFilter

public class RootClassFilter
extends java.lang.Object
implements ClassFilter

Simple ClassFilter implementation that passes classes (and optionally subclasses)


Field Summary
 
Fields inherited from interface org.springframework.aop.ClassFilter
TRUE
 
Constructor Summary
RootClassFilter(java.lang.Class clazz)
           
 
Method Summary
 boolean matches(java.lang.Class candidate)
          Should the pointcut apply to the given interface or target class?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootClassFilter

public RootClassFilter(java.lang.Class clazz)
Method Detail

matches

public boolean matches(java.lang.Class candidate)
Description copied from interface: ClassFilter
Should the pointcut apply to the given interface or target class?

Specified by:
matches in interface ClassFilter
Parameters:
candidate - candidate target class
Returns:
whether the advice should apply to this candidate target class


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