public class UriTemplatePathMatcher extends Object implements org.springframework.util.PathMatcher
| Constructor and Description |
|---|
UriTemplatePathMatcher() |
| Modifier and Type | Method and Description |
|---|---|
String |
combine(String arg0,
String arg1) |
String |
extractPathWithinPattern(String pattern,
String path) |
Map<String,String> |
extractUriTemplateVariables(String pattern,
String path) |
Comparator<String> |
getPatternComparator(String arg0) |
boolean |
isPattern(String path) |
boolean |
match(String pattern,
String path) |
boolean |
matchStart(String pattern,
String path) |
public String combine(String arg0, String arg1)
combine in interface org.springframework.util.PathMatcherpublic String extractPathWithinPattern(String pattern, String path)
extractPathWithinPattern in interface org.springframework.util.PathMatcherpublic Map<String,String> extractUriTemplateVariables(String pattern, String path)
extractUriTemplateVariables in interface org.springframework.util.PathMatcherpublic Comparator<String> getPatternComparator(String arg0)
getPatternComparator in interface org.springframework.util.PathMatcherpublic boolean isPattern(String path)
isPattern in interface org.springframework.util.PathMatcherpublic boolean match(String pattern, String path)
match in interface org.springframework.util.PathMatcherCopyright © 2015 Revolution Systems Inc.. All rights reserved.