See: Description
Class | Description |
---|---|
AbstractHandlerMapping |
Abstract base class for
HandlerMapping
implementations. |
AbstractUrlHandlerMapping |
Abstract base class for URL-mapped
HandlerMapping implementations. |
SimpleUrlHandlerMapping |
Implementation of the
HandlerMapping
interface to map from URLs to request handler beans. |
WebFluxResponseStatusExceptionHandler |
Common WebFlux exception handler that detects instances of
ResponseStatusException
(inherited from the base class) as well as exceptions annotated with
@ResponseStatus by determining the HTTP status
for them and updating the status of the response accordingly. |