|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jersey.api.uri.UriPattern
com.sun.jersey.server.impl.uri.PathPattern
public final class PathPattern
A URI pattern that is a regular expression generated from a URI path.
| Field Summary | |
|---|---|
static java.util.Comparator<PathPattern> |
COMPARATOR
Defer to comparing the templates associated with the patterns. |
static PathPattern |
EMPTY_PATH
Empty path. |
| Fields inherited from class com.sun.jersey.api.uri.UriPattern |
|---|
EMPTY |
| Constructor Summary | |
|---|---|
PathPattern(UriTemplate template)
Public constructor. |
|
PathPattern(UriTemplate template,
java.lang.String rightHandSide)
Public ctor. |
|
| Method Summary | |
|---|---|
UriTemplate |
getTemplate()
Get template. |
| 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 |
|---|
public static final PathPattern EMPTY_PATH
PathPattern()public static final java.util.Comparator<PathPattern> COMPARATOR
| Constructor Detail |
|---|
public PathPattern(UriTemplate template)
template - The template
public PathPattern(UriTemplate template,
java.lang.String rightHandSide)
template - The templaterightHandSide - Right hand side of the template| Method Detail |
|---|
public UriTemplate getTemplate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||