Package org.apache.struts2.util
Class ResolverUtil.IsA
java.lang.Object
org.apache.struts2.util.ResolverUtil.ClassTest
org.apache.struts2.util.ResolverUtil.IsA
- All Implemented Interfaces:
- ResolverUtil.Test
- Enclosing class:
- ResolverUtil<T>
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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.struts2.util.ResolverUtil.ClassTestdoesMatchClass, doesMatchResource, matches
- 
Constructor Details- 
IsAConstructs an IsA test using the supplied Class as the parent class/interface.- Parameters:
- parentType- the parent type class
 
 
- 
- 
Method Details- 
matchesDescription copied from interface:ResolverUtil.TestWill be called repeatedly with candidate classes.- Parameters:
- type- class type
- Returns:
- true if type is assignable to the parent type supplied in the constructor.
 
- 
toString
 
-