org.jvnet.ws.wadl.xslt
Class UriTemplateParser

java.lang.Object
  extended by org.jvnet.ws.wadl.xslt.UriTemplateParser

public class UriTemplateParser
extends Object

A simple parser for URI templates.


Nested Class Summary
static interface UriTemplateParser.Handler
          The interface that will receive callbacks.
 
Constructor Summary
UriTemplateParser()
           
 
Method Summary
static void parse(String template, UriTemplateParser.Handler handler)
          Parses the template, calling back on the handler for every component in the template.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriTemplateParser

public UriTemplateParser()
Method Detail

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.