public class MvcRequestMatcherProvider extends Object implements RequestMatcherProvider
RequestMatcherProvider that provides an MvcRequestMatcher that can be
 used for Spring MVC applications.| Constructor and Description | 
|---|
| MvcRequestMatcherProvider(HandlerMappingIntrospector introspector) | 
| Modifier and Type | Method and Description | 
|---|---|
| RequestMatcher | getRequestMatcher(String pattern)Return the  RequestMatcherto be used for the specified pattern. | 
public MvcRequestMatcherProvider(HandlerMappingIntrospector introspector)
public RequestMatcher getRequestMatcher(String pattern)
RequestMatcherProviderRequestMatcher to be used for the specified pattern.getRequestMatcher in interface RequestMatcherProviderpattern - the request patternCopyright © 2019 Pivotal Software, Inc.. All rights reserved.