com.opensymphony.xwork2.util.finder
Interface Test<T>


public interface Test<T>

This is the testing interface that is used to accept or reject resources.


Method Summary
 boolean test(T t)
          The test method.
 

Method Detail

test

boolean test(T t)
The test method.

Parameters:
t - The resource object to test.
Returns:
True if the resource should be accepted, false otherwise.


Copyright © 2009 OpenSymphony. All Rights Reserved.