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)
PathMatcher
match
in interface PathMatcher
path
- path to matchCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.