Uses of Class
org.weborganic.uri.template.URIPattern

Uses of URIPattern in org.weborganic.uri.template
 

Methods in org.weborganic.uri.template 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.uri.template 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.uri.template 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.uri.template 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.