protected static class UriMatchTemplate.DefaultUriMatchInfo extends Object implements UriMatchInfo
UriMatchInfo
implementation.Modifier | Constructor and Description |
---|---|
protected |
DefaultUriMatchInfo(String uri,
Map<String,Object> variableValues,
List<UriMatchVariable> variables) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getUri() |
Map<String,UriMatchVariable> |
getVariableMap() |
List<UriMatchVariable> |
getVariables() |
Map<String,Object> |
getVariableValues() |
int |
hashCode() |
String |
toString() |
public String getUri()
getUri
in interface UriMatchInfo
public Map<String,Object> getVariableValues()
getVariableValues
in interface UriMatchInfo
public List<UriMatchVariable> getVariables()
getVariables
in interface UriMatchInfo
public Map<String,UriMatchVariable> getVariableMap()
getVariableMap
in interface UriMatchInfo