public interface MatchableHandlerMapping
extends org.springframework.web.servlet.HandlerMapping
HandlerMapping can implement to expose
a request matching API aligned with its internal request matching
configuration and implementation.HandlerMappingIntrospector| Modifier and Type | Method and Description |
|---|---|
RequestMatchResult |
match(javax.servlet.http.HttpServletRequest request,
String pattern)
Determine whether the given request matches the request criteria.
|
RequestMatchResult match(javax.servlet.http.HttpServletRequest request, String pattern)
request - the current requestpattern - the pattern to matchnull if noneCopyright © 2019 Foremast.AI. All rights reserved.