org.jvnet.ws.wadl.xslt
Interface UriTemplateParser.Handler

Enclosing class:
UriTemplateParser

public static interface UriTemplateParser.Handler

The interface that will receive callbacks.


Method Summary
 void handleParam(String param)
          Called for parameters in the template.
 void handleText(String text)
          Called for text in the template.
 

Method Detail

handleText

void handleText(String text)
Called for text in the template.


handleParam

void handleParam(String param)
Called for parameters in the template.

Parameters:
param - The name of the parameter.


Copyright © 2014. All Rights Reserved.