public static class PathPattern.PathRemainingMatchInfo extends Object
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,MultiValueMap<String,String>> | getMatrixVariables()Return the path parameters for each bound variable. | 
| PathContainer | getPathMatched()Return the part of a path that was matched by a pattern. | 
| PathContainer | getPathRemaining()Return the part of a path that was not matched by a pattern. | 
| Map<String,String> | getUriVariables()Return variables that were bound in the part of the path that was
 successfully matched or an empty map. | 
public PathContainer getPathMatched()
public PathContainer getPathRemaining()
public Map<String,String> getUriVariables()
public Map<String,MultiValueMap<String,String>> getMatrixVariables()