Uses of Class
org.springframework.web.reactive.resource.ResourceWebHandler
Package
Description
Spring WebFlux configuration infrastructure.
Support classes for serving static resources.
-
Uses of ResourceWebHandler in org.springframework.web.reactive.config
Modifier and TypeMethodDescriptionprotected ResourceWebHandler
ResourceHandlerRegistration.getRequestHandler()
Returns aResourceWebHandler
instance. -
Uses of ResourceWebHandler in org.springframework.web.reactive.resource
Modifier and TypeMethodDescriptionResourceUrlProvider.getHandlerMap()
Return a read-only view of the resource handler mappings either manually configured or auto-detected from Spring configuration.Modifier and TypeMethodDescriptionvoid
ResourceUrlProvider.registerHandlers
(Map<String, ResourceWebHandler> handlerMap) Manually configure resource handler mappings.