| Package | Description |
|---|---|
| com.damnhandy.uri.template |
Handy URI Templates
|
| com.damnhandy.uri.template.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
Expression
An Expression represents the text between '{' and '}', including the enclosing
braces, as defined in Section 2 of RFC6570.
|
class |
Literal
Represents the non-expression parts of a URI Template
|
| Modifier and Type | Method and Description |
|---|---|
UriTemplateComponent[] |
UriTemplateBuilder.getComponents()
Returns an array of the components in the Builder.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<UriTemplateComponent> |
UriTemplate.getComponents()
Returns the collection of
UriTemplateComponent instances
found in this template. |
| Constructor and Description |
|---|
UriTemplate(LinkedList<UriTemplateComponent> components)
Create a new UriTemplate.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<UriTemplateComponent> |
UriTemplateParser.scan(String templateString)
Scans the URI template looking for literal string components and expressions.
|
Copyright © 2012-04-30–2016 Ryan J. McDonough. All rights reserved.