public abstract class Node extends Object
protected Node
next
protected String
token
protected
Node(String token)
String
expandAll(Map<String,String> variables)
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 Node(String token)
public void setNext(Node next)
public String expandAll(Map<String,String> variables)
public int matchAll(String uriFragment, Map<String,String> variables)
Copyright © 2005–2015 Apache Software Foundation. All rights reserved.