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
RequestMatcher to be used for the specified pattern. |
public MvcRequestMatcherProvider(HandlerMappingIntrospector introspector)
public RequestMatcher getRequestMatcher(String pattern)
RequestMatcherProvider
RequestMatcher
to be used for the specified pattern.getRequestMatcher
in interface RequestMatcherProvider
pattern
- the request patternCopyright © 2019 Pivotal Software, Inc.. All rights reserved.