Interface PathMatcher
-
- All Known Implementing Classes:
PrefixPathMatcher,RegexPathMatcher
public interface PathMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatch(java.lang.String path)Matches given path with the configured path parameter
-