| Name | Description | Type | Package | Framework |
| ResolverUtil | ResolverUtil is used to locate classes that are available in the/a class path and meet arbitrary conditions. | Class | com.opensymphony.xwork2.util | Apache Struts |
| ResolverUtil .AnnotatedWith | A Test that checks to see if each class is annotated with a specific annotation. | Class | com.opensymphony.xwork2.util.ResolverUtil | Apache Struts |
| ResolverUtil .ClassTest | Class | com.opensymphony.xwork2.util.ResolverUtil | Apache Struts | |
| ResolverUtil .IsA | A Test that checks to see if each class is assignable to the provided class. | Class | com.opensymphony.xwork2.util.ResolverUtil | Apache Struts |
| ResolverUtil .NameEndsWith | A Test that checks to see if each class name ends with the provided suffix. | Class | com.opensymphony.xwork2.util.ResolverUtil | Apache Struts |
| ResolverUtil .NameIs | Class | com.opensymphony.xwork2.util.ResolverUtil | Apache Struts | |
| ResolverUtil .ResourceTest | Class | com.opensymphony.xwork2.util.ResolverUtil | Apache Struts | |
| 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. | Interface | com.opensymphony.xwork2.util.ResolverUtil | Apache Struts |