com.opensymphony.xwork2.util
Class ResolverUtil.ResourceTest

java.lang.Object
  extended by com.opensymphony.xwork2.util.ResolverUtil.ResourceTest
All Implemented Interfaces:
ResolverUtil.Test
Direct Known Subclasses:
ResolverUtil.NameIs
Enclosing class:
ResolverUtil<T>

public abstract static class ResolverUtil.ResourceTest
extends Object
implements ResolverUtil.Test


Constructor Summary
ResolverUtil.ResourceTest()
           
 
Method Summary
 boolean doesMatchClass()
           
 boolean doesMatchResource()
           
 boolean matches(Class cls)
          Will be called repeatedly with candidate classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.opensymphony.xwork2.util.ResolverUtil.Test
matches
 

Constructor Detail

ResolverUtil.ResourceTest

public ResolverUtil.ResourceTest()
Method Detail

matches

public boolean matches(Class cls)
Description copied from interface: ResolverUtil.Test
Will be called repeatedly with candidate classes. Must return True if a class is to be included in the results, false otherwise.

Specified by:
matches in interface ResolverUtil.Test

doesMatchClass

public boolean doesMatchClass()
Specified by:
doesMatchClass in interface ResolverUtil.Test

doesMatchResource

public boolean doesMatchResource()
Specified by:
doesMatchResource in interface ResolverUtil.Test


Copyright © 2009 OpenSymphony. All Rights Reserved.