|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use URIPattern | |
|---|---|
| org.mule.module.apikit.uri | |
| Uses of URIPattern in org.mule.module.apikit.uri |
|---|
| Methods in org.mule.module.apikit.uri that return URIPattern | |
|---|---|
URIPattern |
URIResolver.find(Set<URIPattern> patterns)
Returns the first URI pattern in the list which matches the underlying URI. |
URIPattern |
URIResolver.find(Set<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.mule.module.apikit.uri that return types with arguments of type URIPattern | |
|---|---|
Collection<URIPattern> |
URIResolver.findAll(Set<URIPattern> patterns)
Returns all the URI patterns in the list which match the underlying URI. |
| Methods in org.mule.module.apikit.uri 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.mule.module.apikit.uri with type arguments of type URIPattern | |
|---|---|
URIPattern |
URIResolver.find(Set<URIPattern> patterns)
Returns the first URI pattern in the list which matches the underlying URI. |
URIPattern |
URIResolver.find(Set<URIPattern> patterns,
URIResolver.MatchRule rule)
Returns the first URI pattern in the list which matches the underlying URI. |
Collection<URIPattern> |
URIResolver.findAll(Set<URIPattern> patterns)
Returns all the URI patterns in the list which match the underlying URI. |
| Constructors in org.mule.module.apikit.uri with parameters of type URIPattern | |
|---|---|
URIResolveResult(URIPattern pattern)
Constructs an instance of this class with fields initialised to null. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||