Uses of Interface
io.helidon.common.http.RoutedPath
-
Uses of RoutedPath in io.helidon.common.http
Methods in io.helidon.common.http that return RoutedPathModifier and TypeMethodDescriptionRoutedPath.absolute()If this instance represents a path relative to some context root then returns absolute requested path otherwise returns this instance.PathMatchers.PrefixMatchResult.matchedPath()Returns the value of thematchedPathrecord component.PathMatchers.MatchResult.path()Returns the value of thepathrecord component.Constructors in io.helidon.common.http with parameters of type RoutedPathModifierConstructorDescriptionMatchResult(boolean accepted, RoutedPath path) Creates an instance of aMatchResultrecord class.PrefixMatchResult(boolean accepted, RoutedPath matchedPath, UriPath unmatchedPath) Creates an instance of aPrefixMatchResultrecord class.