Uses of Interface
io.helidon.webserver.PathMatcher.Result
Packages that use PathMatcher.Result
-
Uses of PathMatcher.Result in io.helidon.webserver
Subinterfaces of PathMatcher.Result in io.helidon.webserverModifier and TypeInterfaceDescriptionstatic interface
The result of prefix matching aPathMatcher
to a given URI path.Methods in io.helidon.webserver that return PathMatcher.ResultModifier and TypeMethodDescriptionPathMatcher.match
(CharSequence path) Matches this matcher against a URI path.