程序包 org.springframework.web.reactive.config
Spring WebFlux configuration infrastructure.
接口概要 接口 说明 WebFluxConfigurer Defines callback methods to customize the configuration for WebFlux applications enabled via@EnableWebFlux.类概要 类 说明 CorsRegistration Assists with the creation of aCorsConfigurationinstance for a given URL path pattern.CorsRegistry Assists with the registration of global, URL pattern basedCorsConfigurationmappings.DelegatingWebFluxConfiguration A subclass ofWebFluxConfigurationSupportthat detects and delegates to all beans of typeWebFluxConfigurerallowing them to customize the configuration provided byWebFluxConfigurationSupport.PathMatchConfigurer Assist with configuringHandlerMapping'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 aUrlBasedViewResolver.ViewResolverRegistry Assist with the configuration of a chain ofViewResolver's supporting different template mechanisms.WebFluxConfigurationSupport The main class for Spring WebFlux configuration.WebFluxConfigurerComposite AWebFluxConfigurerthat delegates to one or more others.注释类型概要 注释类型 说明 EnableWebFlux Adding this annotation to an@Configurationclass imports the Spring WebFlux configuration fromWebFluxConfigurationSupportthat enables use of annotated controllers and functional endpoints.