|
||||||||||
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.NameEndsWith
public static class ResolverUtil.NameEndsWith
A Test that checks to see if each class name ends with the provided suffix.
Constructor Summary | |
---|---|
ResolverUtil.NameEndsWith(java.lang.String suffix)
Constructs a NameEndsWith test using the supplied suffix. |
Method Summary | |
---|---|
boolean |
matches(java.lang.Class type)
Returns true if type name ends with the suffix 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.NameEndsWith(java.lang.String suffix)
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 |