Interface MatchableHandlerMapping

    • Method Detail

      • match

        RequestMatchResult match​(HttpServletRequest request,
                                 String pattern)
        Determine whether the given request matches the request criteria.
        Parameters:
        request - the current request
        pattern - the pattern to match
        Returns:
        the result from request matching, or null if none