Searched refs:matchUriRequestPattern (Results 1 – 3 of 3) sorted by relevance
84 protected boolean matchUriRequestPattern(final String pattern, final String requestUri) { in matchUriRequestPattern() method in HttpRequestHandlerRegistry85 return matcher.matchUriRequestPattern(pattern, requestUri); in matchUriRequestPattern()
108 if (matchUriRequestPattern(pattern, requestURI)) { in lookup()122 protected boolean matchUriRequestPattern(final String pattern, final String requestUri) { in matchUriRequestPattern() method in UriPatternMatcher
3936 method @Deprecated protected boolean matchUriRequestPattern(String, String);4037 method @Deprecated protected boolean matchUriRequestPattern(String, String);