public interface PathTemplateMatch
PathTemplate that was matched to a request| Modifier and Type | Method and Description |
|---|---|
String |
name()
The optional mnemonic name assigned to the
PathTemplate that was
matched to this request, in other words the value of the
PathTemplate.name() property. |
MultiMap<String,String> |
parameters()
The parameters extracted from the matching request path.
|
MultiMap<String,String> |
parameters(boolean decode)
The parameters extracted from the matching request path.
|
String |
pattern()
The pattern of the
PathTemplate that was matched against this
request |
String name()
PathTemplate that was
matched to this request, in other words the value of the
PathTemplate.name() property.PathTemplate name, or null if no named
was specified.String pattern()
PathTemplate that was matched against this
requestMultiMap<String,String> parameters()
parameters(boolean) with a true argument.Oracle REST Data Services Plugin API version: 3.0.0.65.09.35 Copyright © 2015 Oracle Corp. All Rights Reserved.