public final class RFC6570UriTemplate extends UriTemplate
UriTemplate implementation that supports RFC6570UriTemplate.EncodingDEFAULT_SEPARATOR, defaultDateFormat, values| Constructor and Description |
|---|
RFC6570UriTemplate(String template)
Create a new RFC6570UriTemplate.
|
| Modifier and Type | Method and Description |
|---|---|
String |
expand()
Applies variable substitution the URI Template and returns the expanded
URI.
|
String |
expand(Map<String,Object> vars)
Expand the URI expression using the supplied values
|
append, containsOperator, expand, expression, fromExpression, fromTemplate, fromTemplate, getExpression, getTemplate, getValues, set, set, set, setTemplate, withDefaultDateFormat, withDefaultDateFormatpublic RFC6570UriTemplate(String template)
template - public String expand(Map<String,Object> vars)
expand in class UriTemplatevalues - The values that will be used in the expansionpublic String expand()
UriTemplateexpand in class UriTemplateCopyright © April 30, 2012-2012 Ryan J. McDonough. All Rights Reserved.