java.lang.Object
org.xbib.net.path.spring.PathRemainingMatchInfo
Holder for the result of a match on the start of a pattern.
Provides access to the remaining path not matched to the pattern as well
as any variables bound in that first part that was matched.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturn the path parameters for each bound variable.Return the part of a path that was matched by a pattern.Return the part of a path that was not matched by a pattern.Return variables that were bound in the part of the path that was successfully matched or an empty map.
-
Methodendetails
-
getPathMatched
Return the part of a path that was matched by a pattern. -
getPathRemaining
Return the part of a path that was not matched by a pattern. -
getUriVariables
Return variables that were bound in the part of the path that was successfully matched or an empty map. -
getMatrixVariables
Return the path parameters for each bound variable.
-