Uses of Class
sk.antons.web.path.PathMatcher
-
Packages that use PathMatcher Package Description sk.antons.web.path -
-
Uses of PathMatcher in sk.antons.web.path
Methods in sk.antons.web.path that return PathMatcher Modifier and Type Method Description static PathMatcherPathMatcher. instance(String pattern)Creates PathMatcher with given pattern and defined max of path segments.static PathMatcherPathMatcher. instance(String pattern, int maxSize)Creates PathMatcher with given pattern and defined max of path segments.
-