Interface RequestVariablesExtractor

    • Method Detail

      • extractUriTemplateVariables

        java.util.Map<java.lang.String,​java.lang.String> extractUriTemplateVariables​(javax.servlet.http.HttpServletRequest request)
        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