com.sun.jersey.server.impl.uri
Class PathPattern

java.lang.Object
  extended by com.sun.jersey.api.uri.UriPattern
      extended by com.sun.jersey.server.impl.uri.PathPattern

public final class PathPattern
extends UriPattern

A URI pattern that is a regular expression generated from a URI path.

Author:
Paul.Sandoz@Sun.Com

Field Summary
static java.util.Comparator<PathPattern> COMPARATOR
          Defer to comparing the templates associated with the patterns
static PathPattern EMPTY_PATH
           
 
Fields inherited from class com.sun.jersey.api.uri.UriPattern
EMPTY
 
Constructor Summary
PathPattern(UriTemplate template)
           
PathPattern(UriTemplate template, java.lang.String rightHandSide)
           
 
Method Summary
 UriTemplate getTemplate()
           
 
Methods inherited from class com.sun.jersey.api.uri.UriPattern
equals, getGroupIndexes, getRegex, hashCode, match, match, match, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY_PATH

public static final PathPattern EMPTY_PATH

COMPARATOR

public static final java.util.Comparator<PathPattern> COMPARATOR
Defer to comparing the templates associated with the patterns

Constructor Detail

PathPattern

public PathPattern(UriTemplate template)

PathPattern

public PathPattern(UriTemplate template,
                   java.lang.String rightHandSide)
Method Detail

getTemplate

public UriTemplate getTemplate()


Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.