| Interface | Description |
|---|---|
| MatchableHandlerMapping |
Additional interface that a
HandlerMapping can implement to expose
a request matching API aligned with its internal request matching
configuration and implementation. |
| WebMvcTagsProvider |
Provides
Tags for Spring MVC-based request handling. |
| Class | Description |
|---|---|
| DefaultWebMvcTagsProvider |
Default implementation of
WebMvcTagsProvider. |
| HandlerMappingIntrospector |
Helper class to get information from the
HandlerMapping that would
serve a specific request. |
| RequestMatchResult |
Container for the result from request pattern matching via
MatchableHandlerMapping with a method to further extract
URI template variables from the pattern. |
| WebMvcMetricsFilter |
Intercepts incoming HTTP requests and records metrics about execution time and results.
|
| WebMvcTags |
Factory methods for
Tags associated with a request-response exchange that
is instrumented by WebMvcMetricsFilter. |
Copyright © 2019 Foremast.AI. All rights reserved.