Package org.apache.struts2.util
Interface ResolverUtil.Test
- All Known Implementing Classes:
ResolverUtil.AnnotatedWith
,ResolverUtil.ClassTest
,ResolverUtil.IsA
,ResolverUtil.NameEndsWith
,ResolverUtil.NameIs
,ResolverUtil.ResourceTest
- Enclosing class:
- ResolverUtil<T>
public static interface ResolverUtil.Test
A simple interface that specifies how to test classes to determine if they
are to be included in the results produced by the ResolverUtil.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
Will be called repeatedly with candidate classes.boolean
-
Method Details
-
matches
Will be called repeatedly with candidate classes.- Parameters:
type
- class type- Returns:
- True if a class is to be included in the results, false otherwise.
-
matches
-
doesMatchClass
boolean doesMatchClass() -
doesMatchResource
boolean doesMatchResource()
-