| Package | Description |
|---|---|
| com.damnhandy.uri.template |
Handy URI Templates
|
| com.damnhandy.uri.template.impl |
| Modifier and Type | Method and Description |
|---|---|
UriTemplate |
UriTemplate.append(String template)
Appends the expression from a base URI template expression, such as:
|
UriTemplate |
UriTemplate.expression(String expression)
Deprecated.
use
#template(String) instead |
static UriTemplate |
UriTemplate.fromExpression(String expression)
Deprecated.
use
fromTemplate(String) instead |
static UriTemplate |
UriTemplate.fromTemplate(String template)
Creates a new
UriTemplate from the template. |
static UriTemplate |
UriTemplate.fromTemplate(UriTemplate base)
Creates a new
UriTemplate from a root UriTemplate. |
UriTemplate |
UriTemplate.set(Map<String,Object> values)
Adds the name/value pairs in the supplied
Map to the collection
of values within this URI template instance. |
UriTemplate |
UriTemplate.set(String variableName,
Date value)
Sets a Date value into the list of variable substitutions using the
default
DateFormat. |
UriTemplate |
UriTemplate.set(String variableName,
Object value)
Sets a value on the URI template expression variable.
|
UriTemplate |
UriTemplate.withDefaultDateFormat(DateFormat dateFormat) |
UriTemplate |
UriTemplate.withDefaultDateFormat(String dateFormatString) |
| Modifier and Type | Method and Description |
|---|---|
static UriTemplate |
UriTemplate.fromTemplate(UriTemplate base)
Creates a new
UriTemplate from a root UriTemplate. |
| Modifier and Type | Class and Description |
|---|---|
class |
RFC6570UriTemplate
A
UriTemplate implementation that supports RFC6570 |
Copyright © April 30, 2012-2012 Ryan J. McDonough. All Rights Reserved.