Uses of Class
org.mule.module.apikit.uri.URIResolver.MatchRule

Packages that use URIResolver.MatchRule
org.mule.module.apikit.uri   
 

Uses of URIResolver.MatchRule in org.mule.module.apikit.uri
 

Methods in org.mule.module.apikit.uri 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.mule.module.apikit.uri with parameters of type URIResolver.MatchRule
 URIPattern URIResolver.find(Set<URIPattern> patterns, URIResolver.MatchRule rule)
          Returns the first URI pattern in the list which matches the underlying URI.
 



Copyright © 2013. All rights reserved.