Interface RequestVariablesExtractor
- All Known Implementing Classes:
AntPathRequestMatcher
,MvcRequestMatcher
Deprecated.
An interface for extracting URI variables from the
HttpServletRequest
.- Since:
- 4.1.1
-
Method Summary
Modifier and TypeMethodDescriptionextractUriTemplateVariables
(jakarta.servlet.http.HttpServletRequest request) Deprecated.Extract URL template variables from the request.
-
Method Details
-
extractUriTemplateVariables
Deprecated.Extract URL template variables from the request.- Parameters:
request
- the HttpServletRequest to obtain a URL to extract the variables from- Returns:
- the URL variables or empty if no variables are found
-
RequestMatcher.MatchResult
fromRequestMatcher.matcher(HttpServletRequest)