Uses of Class
org.weborganic.furi.URITemplate

Uses of URITemplate in org.weborganic.furi
 

Subclasses of URITemplate in org.weborganic.furi
 class URIPattern
          A URI Pattern for matching URI following the same regular structure.
 

Methods in org.weborganic.furi with parameters of type URITemplate
static boolean URIPattern.isMatchable(URITemplate template)
          Indicates whether the given URI template can be used to construct a new URI Pattern instance.
 

Constructors in org.weborganic.furi with parameters of type URITemplate
URIPattern(URITemplate template)
          Creates a new URI Pattern instance from an existing URI Template.