| Package | Description |
|---|---|
| com.github.fge.uritemplate | |
| com.github.fge.uritemplate.expression | |
| com.github.fge.uritemplate.render |
| Modifier and Type | Class and Description |
|---|---|
class |
URITemplateParseException
Exception class on URI template parsing error
|
| Modifier and Type | Method and Description |
|---|---|
String |
URITemplate.expand(Map<String,VariableValue> vars)
Deprecated.
use
URITemplate.toString(VariableMap) instead. Will be removed
in version 0.6. |
String |
URITemplate.toString(VariableMap vars)
Expand this template to a string given a list of variables
|
URI |
URITemplate.toURI(VariableMap vars)
Expand this template to a URI given a set of variables
|
URL |
URITemplate.toURL(VariableMap vars)
Expand this template to a URL given a set of variables
|
| Modifier and Type | Method and Description |
|---|---|
String |
TemplateExpression.expand(VariableMap vars) |
String |
URITemplateExpression.expand(VariableMap vars)
Compute an expanded string given a map of variables
|
String |
TemplateLiteral.expand(VariableMap vars) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
StringRenderer.render(VariableSpec varspec,
VariableValue value) |
abstract List<String> |
ValueRenderer.render(VariableSpec varspec,
VariableValue value)
Render a value given a varspec and value
|
List<String> |
MultiValueRenderer.render(VariableSpec varspec,
VariableValue value) |
Copyright © 2013. All Rights Reserved.