Uses of Class
org.springframework.web.reactive.handler.AbstractUrlHandlerMapping
Package
Description
Spring WebFlux configuration infrastructure.
Provides HandlerMapping implementations including abstract base classes.
-
Uses of AbstractUrlHandlerMapping in org.springframework.web.reactive.config
Modifier and TypeMethodDescriptionprotected AbstractUrlHandlerMapping
ResourceHandlerRegistry.getHandlerMapping()
Return a handler mapping with the mapped resource handlers; ornull
in case of no registrations. -
Uses of AbstractUrlHandlerMapping in org.springframework.web.reactive.handler
Modifier and TypeClassDescriptionclass
Implementation of theHandlerMapping
interface to map from URLs to request handler beans.