Package org.springframework.web.reactive.config
@NonNullApi
@NonNullFields
package org.springframework.web.reactive.config
Spring WebFlux configuration infrastructure.
-
ClassDescriptionAssists with the creation of a
CorsConfiguration
instance for a given URL path pattern.Assists with the registration of global, URL pattern basedCorsConfiguration
mappings.A subclass ofWebFluxConfigurationSupport
that detects and delegates to all beans of typeWebFluxConfigurer
allowing them to customize the configuration provided byWebFluxConfigurationSupport
.Adding this annotation to an@Configuration
class imports the Spring WebFlux configuration fromWebFluxConfigurationSupport
that enables use of annotated controllers and functional endpoints.Assist with configuringHandlerMapping
's with path matching options.Assists with the registration of resource resolvers and transformers.Assist with creating and configuring a static resources handler.Stores registrations of resource handlers for serving static resources such as images, css files and others through Spring WebFlux including setting cache headers optimized for efficient loading in a web browser.Assist with configuring properties of aUrlBasedViewResolver
.Assist with the configuration of a chain ofViewResolver
's supporting different template mechanisms.The main class for Spring WebFlux configuration.Defines callback methods to customize the configuration for WebFlux applications enabled via@EnableWebFlux
.AWebFluxConfigurer
that delegates to one or more others.