net.metanotion.urlmapper
Class URIOpPrefix

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

public final class URIOpPrefix
extends Object
implements URIT


Constructor Summary
URIOpPrefix(String split, String varName)
           
 
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

URIOpPrefix

public URIOpPrefix(String split,
                   String varName)
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