Uses of Class
org.springframework.web.util.pattern.PathPattern.PathRemainingMatchInfo
Package
Description
Dedicated support for matching HTTP request paths.
-
Uses of PathPattern.PathRemainingMatchInfo in org.springframework.web.util.pattern
Modifier and TypeMethodDescriptionPathPattern.matchStartOfPath
(PathContainer pathContainer) Match the beginning of the given path and return the remaining portion not covered by this pattern.