Uses of Class
org.springframework.web.util.pattern.PathPattern.PathMatchInfo
Packages that use PathPattern.PathMatchInfo
Package
Description
Dedicated support for matching HTTP request paths.
-
Uses of PathPattern.PathMatchInfo in org.springframework.web.util.pattern
Methods in org.springframework.web.util.pattern that return PathPattern.PathMatchInfoModifier and TypeMethodDescriptionPathPattern.matchAndExtract
(PathContainer pathContainer) Match this pattern to the given URI path and return extracted URI template variables as well as path parameters (matrix variables).