Uses of Class
org.springframework.web.util.pattern.PathPattern.PathMatchInfo
Package
Description
Dedicated support for matching HTTP request paths.
-
Uses of PathPattern.PathMatchInfo in org.springframework.web.util.pattern
Modifier 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).