net.metanotion.urlmapper
Interface URIT

All Known Implementing Classes:
URIConst, URIOpJoin, URIOpList, URIOpPrefix, URIOpSuffix, URIVar

public interface URIT


Method Summary
 String getConst()
           
 boolean isConst()
           
 String match(String tail, URIT next, Map<String,Object> output)
           
 String toString(Map<String,Object> output)
           
 

Method Detail

isConst

boolean isConst()

getConst

String getConst()

match

String match(String tail,
             URIT next,
             Map<String,Object> output)

toString

String toString(Map<String,Object> output)