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