Package org.apache.struts2.util
Class ResolverUtil.ClassTest
java.lang.Object
org.apache.struts2.util.ResolverUtil.ClassTest
- All Implemented Interfaces:
ResolverUtil.Test
- Direct Known Subclasses:
ResolverUtil.AnnotatedWith
,ResolverUtil.IsA
,ResolverUtil.NameEndsWith
- Enclosing class:
- ResolverUtil<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.struts2.util.ResolverUtil.Test
matches
-
Constructor Details
-
ClassTest
public ClassTest()
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceResolverUtil.Test
-
doesMatchClass
public boolean doesMatchClass()- Specified by:
doesMatchClass
in interfaceResolverUtil.Test
-
doesMatchResource
public boolean doesMatchResource()- Specified by:
doesMatchResource
in interfaceResolverUtil.Test
-