org.jvnet.ws.wadl.xslt
Class UriTemplateParser
java.lang.Object
org.jvnet.ws.wadl.xslt.UriTemplateParser
public class UriTemplateParser
- extends Object
A simple parser for URI templates.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UriTemplateParser
public UriTemplateParser()
parse
public static void parse(String template,
UriTemplateParser.Handler handler)
- Parses the template, calling back on the handler for every component in
the template.
- Parameters:
template - The URI template.handler - The object receiving call backs.
Copyright © 2014. All Rights Reserved.