Uses of Interface
net.metanotion.urlmapper.URIT

Uses of URIT in net.metanotion.urlmapper
 

Classes in net.metanotion.urlmapper that implement URIT
 class URIConst
           
 class URIOpJoin
           
 class URIOpList
           
 class URIOpPrefix
           
 class URIOpSuffix
           
 class URIVar
           
 

Fields in net.metanotion.urlmapper with type parameters of type URIT
 List<URIT> MatchCase.template
           
 

Methods in net.metanotion.urlmapper that return URIT
static URIT Loader.parse(TemplateElement te)
           
 

Methods in net.metanotion.urlmapper with parameters of type URIT
 String URIVar.match(String tail, URIT next, Map<String,Object> output)
           
 String URIT.match(String tail, URIT next, Map<String,Object> output)
           
 String URIOpSuffix.match(String tail, URIT next, Map<String,Object> output)
           
 String URIOpPrefix.match(String tail, URIT next, Map<String,Object> output)
           
 String URIOpList.match(String tail, URIT next, Map<String,Object> output)
           
 String URIOpJoin.match(String tail, URIT next, Map<String,Object> output)
           
 String URIConst.match(String tail, URIT next, Map<String,Object> output)