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(java.lang.String path, T handler)PathMatcherPathMatcher. addPrefixPath(java.lang.String path, T handler)Adds a path prefix and a handler for that path.PathMatcherPathMatcher. clearPaths()PathMatcherPathMatcher. removeExactPath(java.lang.String path)PathMatcherPathMatcher. removePath(java.lang.String path)Deprecated.PathMatcherPathMatcher. removePrefixPath(java.lang.String path)
-