net.metanotion.urlmapper
Class URIOpSuffix

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

public final class URIOpSuffix
extends Object
implements URIT


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

URIOpSuffix

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