AntPathMatcher
public interface PathMatcher
Modifier and Type | Method | Description |
---|---|---|
boolean |
match(String pattern,
String path) |
Return
true if the given path matches the given pattern , otherwise
false . |
Copyright © 2019–2020 Honeycomb. All rights reserved.