public class RegexPathMatcher extends Object implements PathMatcher
| Constructor and Description |
|---|
RegexPathMatcher(String configurationRegex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(String path)
Matches given path with the configured path parameter
|
public RegexPathMatcher(String configurationRegex)
public boolean match(String path)
PathMatchermatch in interface PathMatcherpath - path to matchCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.