| Package | Description | 
|---|---|
| org.springframework.web.util.pattern | Dedicated support for matching HTTP request paths. | 
| Modifier and Type | Method and Description | 
|---|---|
| PathPattern.PathMatchInfo | PathPattern. matchAndExtract(PathContainer pathContainer)Match this pattern to the given URI path and return extracted URI template
 variables as well as path parameters (matrix variables). |