org.apache.geronimo.security.util
Class URLPatternCheck

java.lang.Object
  extended by org.apache.geronimo.security.util.URLPatternCheck

public abstract class URLPatternCheck
extends Object


Constructor Summary
URLPatternCheck()
           
 
Method Summary
abstract  boolean check(URLPattern base, URLPattern test)
           
abstract  boolean matches(String base, String test)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLPatternCheck

public URLPatternCheck()
Method Detail

check

public abstract boolean check(URLPattern base,
                              URLPattern test)

matches

public abstract boolean matches(String base,
                                String test)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.