Package | Description |
---|---|
org.springframework.boot.autoconfigure.web.reactive |
Auto-configuration for reactive web servers and Spring WebFlux.
|
org.springframework.boot.autoconfigure.web.reactive.error |
Auto-configuration for Spring WebFlux error handling.
|
org.springframework.boot.autoconfigure.web.servlet |
Auto-configuration for servlet web servers and Spring MVC.
|
org.springframework.boot.autoconfigure.web.servlet.error |
Auto-configuration for for Spring MVC error handling.
|
Constructor and Description |
---|
WebFluxConfig(ResourceProperties resourceProperties,
WebFluxProperties webFluxProperties,
org.springframework.beans.factory.ListableBeanFactory beanFactory,
org.springframework.beans.factory.ObjectProvider<List<org.springframework.web.reactive.result.method.HandlerMethodArgumentResolver>> resolvers,
org.springframework.beans.factory.ObjectProvider<List<CodecCustomizer>> codecCustomizers,
org.springframework.beans.factory.ObjectProvider<org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizer,
org.springframework.beans.factory.ObjectProvider<List<org.springframework.web.reactive.result.view.ViewResolver>> viewResolvers) |
Constructor and Description |
---|
AbstractErrorWebExceptionHandler(ErrorAttributes errorAttributes,
ResourceProperties resourceProperties,
org.springframework.context.ApplicationContext applicationContext) |
DefaultErrorWebExceptionHandler(ErrorAttributes errorAttributes,
ResourceProperties resourceProperties,
ErrorProperties errorProperties,
org.springframework.context.ApplicationContext applicationContext)
Create a new
DefaultErrorWebExceptionHandler instance. |
ErrorWebFluxAutoConfiguration(ServerProperties serverProperties,
ResourceProperties resourceProperties,
org.springframework.beans.factory.ObjectProvider<List<org.springframework.web.reactive.result.view.ViewResolver>> viewResolversProvider,
org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer,
org.springframework.context.ApplicationContext applicationContext) |
Constructor and Description |
---|
FaviconConfiguration(ResourceProperties resourceProperties) |
WebMvcAutoConfigurationAdapter(ResourceProperties resourceProperties,
WebMvcProperties mvcProperties,
org.springframework.beans.factory.ListableBeanFactory beanFactory,
HttpMessageConverters messageConverters,
org.springframework.beans.factory.ObjectProvider<org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizerProvider) |
Constructor and Description |
---|
DefaultErrorViewResolver(org.springframework.context.ApplicationContext applicationContext,
ResourceProperties resourceProperties)
Create a new
DefaultErrorViewResolver instance. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.