Uses of Class
io.undertow.util.PathMatcher
-
Packages that use PathMatcher Package Description io.undertow.util -
-
Uses of PathMatcher in io.undertow.util
Methods in io.undertow.util that return PathMatcher Modifier and Type Method Description PathMatcherPathMatcher. addExactPath(String path, T handler)PathMatcherPathMatcher. addPrefixPath(String path, T handler)Adds a path prefix and a handler for that path.PathMatcherPathMatcher. clearPaths()PathMatcherPathMatcher. removeExactPath(String path)PathMatcherPathMatcher. removePath(String path)Deprecated.PathMatcherPathMatcher. removePrefixPath(String path)
-