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