com.sun.jersey.server.impl.uri
Class PathPattern
java.lang.Object
com.sun.jersey.api.uri.UriPattern
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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
PathPattern
public PathPattern(UriTemplate template)
PathPattern
public PathPattern(UriTemplate template,
java.lang.String rightHandSide)
getTemplate
public UriTemplate getTemplate()
Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.