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