|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.uri.UriTemplate
org.glassfish.jersey.uri.PathTemplate
public final class PathTemplate
A URI template for a URI path.
| Field Summary |
|---|
| Fields inherited from class org.glassfish.jersey.uri.UriTemplate |
|---|
COMPARATOR, EMPTY |
| Constructor Summary | |
|---|---|
PathTemplate(java.lang.String path)
Create a URI path template and encode (percent escape) any characters of the template that are not valid URI characters. |
|
| Method Summary |
|---|
| Methods inherited from class org.glassfish.jersey.uri.UriTemplate |
|---|
createURI, createURI, createURI, createURI, createURI, createURI, createURI, createURIWithStringValues, createURIWithStringValues, createURIWithStringValues, createURIWithStringValues, endsWithSlash, equals, getNumberOfExplicitCharacters, getNumberOfExplicitRegexes, getNumberOfTemplateVariables, getPattern, getTemplate, getTemplateVariables, hashCode, isTemplateVariablePresent, match, match, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PathTemplate(java.lang.String path)
'/') will be automatically prefixed with one.
path - the URI path template.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||