public abstract class Node extends Object
protected boolean
hasQueryTemplate
protected Node
next
protected String
token
protected
Node(String token)
String
expandAll(Map<String,String> variables)
boolean
hasQueryTemplate()
int
matchAll(String uriFragment, Map<String,String> variables)
void
setNext(Node next)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String token
protected Node next
protected boolean hasQueryTemplate
protected Node(String token)
public void setNext(Node next)
public String expandAll(Map<String,String> variables)
public int matchAll(String uriFragment, Map<String,String> variables)
public boolean hasQueryTemplate()
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.