javax.security.jacc
Class URLPatternSpec.URLPattern

java.lang.Object
  extended byjavax.security.jacc.URLPatternSpec.URLPattern
Enclosing class:
URLPatternSpec

private class URLPatternSpec.URLPattern
extends java.lang.Object


Field Summary
static int DEFAULT
           
static int EXACT
           
static int EXTENSION
           
static int PATH_PREFIX
           
 java.lang.String pattern
           
 int type
           
 
Constructor Summary
URLPatternSpec.URLPattern(java.lang.String pat)
           
 
Method Summary
 boolean matches(URLPatternSpec.URLPattern p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXACT

public static final int EXACT
See Also:
Constant Field Values

PATH_PREFIX

public static final int PATH_PREFIX
See Also:
Constant Field Values

EXTENSION

public static final int EXTENSION
See Also:
Constant Field Values

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

type

public int type

pattern

public java.lang.String pattern
Constructor Detail

URLPatternSpec.URLPattern

public URLPatternSpec.URLPattern(java.lang.String pat)
Method Detail

matches

public boolean matches(URLPatternSpec.URLPattern p)