public interface RequestVariablesExtractor
HttpServletRequest.| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
extractUriTemplateVariables(javax.servlet.http.HttpServletRequest request)
Extract URL template variables from the request.
|
Map<String,String> extractUriTemplateVariables(javax.servlet.http.HttpServletRequest request)
request - the HttpServletRequest to obtain a URL to extract the variables from