Package org.apache.struts2.util
Class ResolverUtil.NameEndsWith
java.lang.Object
org.apache.struts2.util.ResolverUtil.ClassTest
org.apache.struts2.util.ResolverUtil.NameEndsWith
- All Implemented Interfaces:
- ResolverUtil.Test
- Enclosing class:
- ResolverUtil<T>
A Test that checks to see if each class name ends with the provided suffix.
- 
Constructor SummaryConstructorsConstructorDescriptionNameEndsWith(String suffix) Constructs a NameEndsWith test using the supplied suffix.
- 
Method SummaryMethods inherited from class org.apache.struts2.util.ResolverUtil.ClassTestdoesMatchClass, doesMatchResource, matches
- 
Constructor Details- 
NameEndsWithConstructs a NameEndsWith test using the supplied suffix.- Parameters:
- suffix- suffix
 
 
- 
- 
Method Details- 
matchesDescription copied from interface:ResolverUtil.TestWill be called repeatedly with candidate classes.- Parameters:
- type- class type
- Returns:
- true if type name ends with the suffix supplied in the constructor.
 
- 
toString
 
-