Package | Description |
---|---|
org.springframework.test.web.reactive.server |
Support for testing Spring WebFlux server endpoints via
WebTestClient . |
org.springframework.web.reactive.config |
Spring WebFlux configuration infrastructure.
|
Class and Description |
---|
CorsRegistry
Assists with the registration of global, URL pattern based
CorsConfiguration mappings. |
PathMatchConfigurer
Assist with configuring
HandlerMapping 's with path matching options. |
ViewResolverRegistry
Assist with the configuration of a chain of
ViewResolver 's supporting
different template mechanisms. |
Class and Description |
---|
CorsRegistration
Assists with the creation of a
CorsConfiguration instance for a given
URL path pattern. |
CorsRegistry
Assists with the registration of global, URL pattern based
CorsConfiguration mappings. |
PathMatchConfigurer
Assist with configuring
HandlerMapping 's with path matching options. |
ResourceChainRegistration
Assists with the registration of resource resolvers and transformers.
|
ResourceHandlerRegistration
Assist with creating and configuring a static resources handler.
|
ResourceHandlerRegistry
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.
|
UrlBasedViewResolverRegistration
Assist with configuring properties of a
UrlBasedViewResolver . |
ViewResolverRegistry
Assist with the configuration of a chain of
ViewResolver 's supporting
different template mechanisms. |
WebFluxConfigurationSupport
The main class for Spring WebFlux configuration.
|
WebFluxConfigurer
Defines callback methods to customize the configuration for WebFlux
applications enabled via
@EnableWebFlux . |