Uses of Class
org.weborganic.furi.URIPattern

Uses of URIPattern in org.weborganic.furi
 

Methods in org.weborganic.furi that return URIPattern
 URIPattern URIResolver.find(List<URIPattern> patterns)
          Returns the first URI pattern in the list which matches the underlying URI.
 URIPattern URIResolver.find(List<URIPattern> patterns, URIResolver.MatchRule rule)
          Returns the first URI pattern in the list which matches the underlying URI.
 URIPattern URIResolveResult.getURIPattern()
          Returns the URI Pattern that was used to produce this result.
 

Methods in org.weborganic.furi that return types with arguments of type URIPattern
 Collection<URIPattern> URIResolver.findAll(List<URIPattern> patterns)
          Returns all the URI patterns in the list which match the underlying URI.
 

Methods in org.weborganic.furi with parameters of type URIPattern
 URIResolveResult URIResolver.resolve(URIPattern pattern)
          Resolves the given URI pattern.
 URIResolveResult URIResolver.resolve(URIPattern pattern, VariableBinder binder)
          Resolves the given URI pattern using the specified variable binder.
 

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