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 Summary
ConstructorDescriptionNameEndsWith
(String suffix) Constructs a NameEndsWith test using the supplied suffix. -
Method Summary
Methods inherited from class org.apache.struts2.util.ResolverUtil.ClassTest
doesMatchClass, doesMatchResource, matches
-
Constructor Details
-
NameEndsWith
Constructs a NameEndsWith test using the supplied suffix.- Parameters:
suffix
- suffix
-
-
Method Details
-
matches
Description copied from interface:ResolverUtil.Test
Will be called repeatedly with candidate classes.- Parameters:
type
- class type- Returns:
- true if type name ends with the suffix supplied in the constructor.
-
toString
-