public class PathMatchResult extends Object
| Constructor and Description |
|---|
PathMatchResult(String pathTemplate,
String requestPath,
boolean matches,
Map<String,String> pathParams) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getPathParams() |
String |
getPathTemplate() |
String |
getRequestPath() |
boolean |
isMatch() |
Copyright © 2014. All rights reserved.