Class Node
- java.lang.Object
-
- org.apache.synapse.commons.templates.uri.parser.Node
-
- Direct Known Subclasses:
Expression,Literal
public abstract class Node extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanhasQueryTemplateprotected Nodenextprotected Stringtoken
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringexpandAll(Map<String,String> variables)booleanhasQueryTemplate()intmatchAll(String uriFragment, Map<String,String> variables)voidsetNext(Node next)
-
-
-
Constructor Detail
-
Node
protected Node(String token)
-
-