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 UriMatchInfopublic Map<String,Object> getVariableValues()
getVariableValues in interface UriMatchInfopublic List<UriMatchVariable> getVariables()
getVariables in interface UriMatchInfopublic Map<String,UriMatchVariable> getVariableMap()
getVariableMap in interface UriMatchInfo