Package | Description |
---|---|
org.springframework.web.reactive.config |
Spring WebFlux configuration infrastructure.
|
Modifier and Type | Method and Description |
---|---|
ResourceHandlerRegistry |
ResourceHandlerRegistry.setOrder(int order)
Specify the order to use for resource handling relative to other
HandlerMapping s configured in the Spring configuration. |
Modifier and Type | Method and Description |
---|---|
void |
WebFluxConfigurerComposite.addResourceHandlers(ResourceHandlerRegistry registry) |
protected void |
WebFluxConfigurationSupport.addResourceHandlers(ResourceHandlerRegistry registry)
Override this method to add resource handlers for serving static resources.
|
default void |
WebFluxConfigurer.addResourceHandlers(ResourceHandlerRegistry registry)
Add resource handlers for serving static resources.
|
protected void |
DelegatingWebFluxConfiguration.addResourceHandlers(ResourceHandlerRegistry registry) |