Package org.apache.struts2.util.finder
Interface Test<T>
public interface Test<T>
This is the testing interface that is used to accept or reject resources.
-
Method Summary
-
Method Details
-
test
The test method.- Parameters:
t
- The resource object to test.- Returns:
- True if the resource should be accepted, false otherwise.
-