net.metanotion.urlmapper
Class URIConst

java.lang.Object
  extended by net.metanotion.urlmapper.URIConst
All Implemented Interfaces:
URIT

public final class URIConst
extends Object
implements URIT


Constructor Summary
URIConst(String v)
           
 
Method Summary
 String getConst()
           
 boolean isConst()
           
 String match(String tail, URIT next, Map<String,Object> output)
           
 String toString()
           
 String toString(Map<String,Object> output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URIConst

public URIConst(String v)
Method Detail

isConst

public boolean isConst()
Specified by:
isConst in interface URIT

getConst

public String getConst()
Specified by:
getConst in interface URIT

match

public String match(String tail,
                    URIT next,
                    Map<String,Object> output)
Specified by:
match in interface URIT

toString

public String toString()
Overrides:
toString in class Object

toString

public String toString(Map<String,Object> output)
Specified by:
toString in interface URIT