public class PathMatcher extends Object
| Constructor and Description |
|---|
PathMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getParamName(String templateSegment) |
protected boolean |
isPathParam(String templateSegment) |
PathMatchResult |
match(String pathTemplate,
String pathInstance) |
protected boolean |
matchSegments(String[] pathSegments,
String[] templateSegments,
Map<String,String> pathParams) |
protected String |
removeLeadingAndTrailingSlash(String path) |
Copyright © 2014. All rights reserved.