Package org.apache.struts2.util
Class ResolverUtil.ResourceTest
java.lang.Object
org.apache.struts2.util.ResolverUtil.ResourceTest
- All Implemented Interfaces:
- ResolverUtil.Test
- Direct Known Subclasses:
- ResolverUtil.NameIs
- Enclosing class:
- ResolverUtil<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanbooleanWill be called repeatedly with candidate classes.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.struts2.util.ResolverUtil.Testmatches
- 
Constructor Details- 
ResourceTestpublic ResourceTest()
 
- 
- 
Method Details- 
matchesDescription copied from interface:ResolverUtil.TestWill be called repeatedly with candidate classes.- Specified by:
- matchesin interface- ResolverUtil.Test
- Parameters:
- cls- class type
- Returns:
- True if a class is to be included in the results, false otherwise.
 
- 
doesMatchClasspublic boolean doesMatchClass()- Specified by:
- doesMatchClassin interface- ResolverUtil.Test
 
- 
doesMatchResourcepublic boolean doesMatchResource()- Specified by:
- doesMatchResourcein interface- ResolverUtil.Test
 
 
-