|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.util.ResolverUtil.ClassTest
com.opensymphony.xwork2.util.ResolverUtil.IsA
public static class ResolverUtil.IsA
A Test that checks to see if each class is assignable to the provided class. Note that this test will match the parent type itself if it is presented for matching.
| Constructor Summary | |
|---|---|
ResolverUtil.IsA(java.lang.Class parentType)
Constructs an IsA test using the supplied Class as the parent class/interface. |
|
| Method Summary | |
|---|---|
boolean |
matches(java.lang.Class type)
Returns true if type is assignable to the parent type supplied in the constructor. |
java.lang.String |
toString()
|
| Methods inherited from class com.opensymphony.xwork2.util.ResolverUtil.ClassTest |
|---|
doesMatchClass, doesMatchResource, matches |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResolverUtil.IsA(java.lang.Class parentType)
| Method Detail |
|---|
public boolean matches(java.lang.Class type)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||