public final class PathTemplate extends UriTemplate
COMPARATOR, EMPTY| Constructor and Description |
|---|
PathTemplate(String path)
Create a URI path template and encode (percent escape) any characters of
the template that are not valid URI characters.
|
createURI, createURI, createURI, createURI, createURI, createURIWithStringValues, createURIWithStringValues, endsWithSlash, equals, getNumberOfExplicitCharacters, getNumberOfExplicitRegexes, getNumberOfTemplateVariables, getPattern, getTemplate, getTemplateVariables, hashCode, isTemplateVariablePresent, match, match, resolveTemplateValues, toStringpublic PathTemplate(String path)
'/') will be automatically prefixed with one.path - the URI path template.Copyright © 2012-2013. All Rights Reserved.