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