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 boolean
hasQueryTemplate
protected Node
next
protected String
token
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
expandAll(Map<String,String> variables)
boolean
hasQueryTemplate()
int
matchAll(String uriFragment, Map<String,String> variables)
void
setNext(Node next)
-
-
-
Constructor Detail
-
Node
protected Node(String token)
-
-