Uses of Package
org.springframework.web.reactive.config
Packages that use org.springframework.web.reactive.config
Package
Description
Support for testing Spring WebFlux server endpoints via
WebTestClient.Spring WebFlux configuration infrastructure.
-
Classes in org.springframework.web.reactive.config used by org.springframework.test.web.reactive.serverClassDescriptionHelps to configure options related to blocking execution in WebFlux.Assists with the registration of global, URL pattern based
CorsConfigurationmappings.Assist with configuringHandlerMapping's with path matching options.Assist with the configuration of a chain ofViewResolver's supporting different template mechanisms. -
Classes in org.springframework.web.reactive.config used by org.springframework.web.reactive.configClassDescriptionHelps to configure options related to blocking execution in WebFlux.Assists with the creation of a
CorsConfigurationinstance for a given URL path pattern.Assists with the registration of global, URL pattern basedCorsConfigurationmappings.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.