程序包 org.springframework.web.reactive.handler
Provides HandlerMapping implementations including abstract base classes.
类概要 类 说明 AbstractHandlerMapping Abstract base class forHandlerMappingimplementations.AbstractUrlHandlerMapping Abstract base class for URL-mappedHandlerMappingimplementations.SimpleUrlHandlerMapping Implementation of theHandlerMappinginterface to map from URLs to request handler beans.WebFluxResponseStatusExceptionHandler Common WebFlux exception handler that detects instances ofResponseStatusException(inherited from the base class) as well as exceptions annotated with@ResponseStatusby determining the HTTP status for them and updating the status of the response accordingly.