Uses of Package
org.springframework.web.reactive.config
Package
Description
Support for testing Spring WebFlux server endpoints via
WebTestClient
.Spring WebFlux configuration infrastructure.
-
ClassDescriptionAssists with the registration of global, URL pattern based
CorsConfiguration
mappings.Assist with configuringHandlerMapping
's with path matching options.Assist with the configuration of a chain ofViewResolver
's supporting different template mechanisms. -
ClassDescriptionAssists with the creation of a
CorsConfiguration
instance for a given URL path pattern.Assists with the registration of global, URL pattern basedCorsConfiguration
mappings.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
.