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