Uses of Class
org.weborganic.furi.URIResolver.MatchRule

Uses of URIResolver.MatchRule in org.weborganic.furi
 

Methods in org.weborganic.furi that return URIResolver.MatchRule
static URIResolver.MatchRule URIResolver.MatchRule.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static URIResolver.MatchRule[] URIResolver.MatchRule.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.weborganic.furi with parameters of type URIResolver.MatchRule
 URIPattern URIResolver.find(List<URIPattern> patterns, URIResolver.MatchRule rule)
          Returns the first URI pattern in the list which matches the underlying URI.