com.sun.jersey.server.impl.uri
Class PathTemplate
java.lang.Object
com.sun.jersey.api.uri.UriTemplate
com.sun.jersey.server.impl.uri.PathTemplate
public final class PathTemplate
- extends UriTemplate
A URI template for a URI path.
- Author:
- Paul.Sandoz@Sun.Com
Constructor Summary |
PathTemplate(String path)
Create a URI path template and encode (percent escape) any characters
of the template that are not valid URI characters. |
Methods inherited from class com.sun.jersey.api.uri.UriTemplate |
createURI, createURI, createURI, createURI, createURI, createURI, createURI, createUriPattern, createURIWithStringValues, createURIWithStringValues, createURIWithStringValues, createURIWithStringValues, endsWithSlash, equals, getNumberOfExplicitCharacters, getNumberOfExplicitRegexes, getNumberOfTemplateVariables, getPattern, getTemplate, getTemplateVariables, hashCode, isTemplateVariablePresent, match, match, toString |
PathTemplate
public PathTemplate(String path)
- Create a URI path template and encode (percent escape) any characters
of the template that are not valid URI characters.
- Parameters:
template
- the URI path template
Copyright © 2013 Oracle Corporation. All Rights Reserved.