public final class UriTemplateParser extends Object
| Constructor and Description |
|---|
UriTemplateParser() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<UriTemplateComponent> |
scan(String templateString)
Scans the URI template looking for literal string components and expressions.
|
public LinkedList<UriTemplateComponent> scan(String templateString) throws MalformedUriTemplateException
templateString - the URI template string to scanMalformedUriTemplateExceptionCopyright © 2012-04-30–2016 Ryan J. McDonough. All rights reserved.