public abstract class Node extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hasQueryTemplate |
protected Node |
next |
protected String |
token |
| Modifier and Type | Method and Description |
|---|---|
String |
expandAll(Map<String,String> variables) |
boolean |
hasQueryTemplate() |
int |
matchAll(String uriFragment,
Map<String,String> variables) |
void |
setNext(Node next) |
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.