|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.aop.support.RootClassFilter
public class RootClassFilter
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 |
|---|
public RootClassFilter(java.lang.Class clazz)
| Method Detail |
|---|
public boolean matches(java.lang.Class candidate)
ClassFilter
matches in interface ClassFiltercandidate - the candidate target class
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||