net.metanotion.urlmapper
Class URIOpList

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

public final class URIOpList
extends Object
implements URIT


Constructor Summary
URIOpList(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

URIOpList

public URIOpList(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