Package | Description |
---|---|
org.springframework.web.reactive.config |
Spring WebFlux configuration infrastructure.
|
org.springframework.web.reactive.handler |
Provides HandlerMapping implementations including abstract base classes.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractUrlHandlerMapping |
ResourceHandlerRegistry.getHandlerMapping()
Return a handler mapping with the mapped resource handlers; or
null in case
of no registrations. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleUrlHandlerMapping
Implementation of the
HandlerMapping
interface to map from URLs to request handler beans. |