public final class TemplateLiteral extends Object implements URITemplateExpression
This covers all strings inbetween actual URI template expressions.
| Constructor and Description |
|---|
TemplateLiteral(String literal) |
public TemplateLiteral(String literal)
public String expand(VariableMap vars) throws URITemplateException
URITemplateExpressionexpand in interface URITemplateExpressionvars - the variables (names and values)URITemplateException - incompatible variable/expansion pairCopyright © 2013. All Rights Reserved.