com.opensymphony.xwork2.util
Class ResolverUtil.ClassTest

java.lang.Object
  extended by com.opensymphony.xwork2.util.ResolverUtil.ClassTest
All Implemented Interfaces:
ResolverUtil.Test
Direct Known Subclasses:
ResolverUtil.AnnotatedWith, ResolverUtil.IsA, ResolverUtil.NameEndsWith
Enclosing class:
ResolverUtil<T>

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


Constructor Summary
ResolverUtil.ClassTest()
           
 
Method Summary
 boolean doesMatchClass()
           
 boolean doesMatchResource()
           
 boolean matches(URL resource)
           
 
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.ClassTest

public ResolverUtil.ClassTest()
Method Detail

matches

public boolean matches(URL resource)
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 © 2000-2008 Apache Software Foundation. All Rights Reserved.