Package | Description |
---|---|
org.springframework.web.servlet.handler |
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
Modifier and Type | Method and Description |
---|---|
RequestMatchResult |
MatchableHandlerMapping.match(HttpServletRequest request,
String pattern)
Determine whether the given request matches the request criteria.
|
RequestMatchResult |
AbstractUrlHandlerMapping.match(HttpServletRequest request,
String pattern) |
Modifier and Type | Method and Description |
---|---|
RequestMatchResult |
RequestMappingHandlerMapping.match(HttpServletRequest request,
String pattern) |