Uses of Class
org.springframework.boot.autoconfigure.web.WebProperties.Resources
Package
Description
Auto-configuration for common web concerns.
Auto-configuration for Spring WebFlux error handling.
Auto-configuration for Spring MVC error handling.
-
Uses of WebProperties.Resources in org.springframework.boot.autoconfigure.web
-
Uses of WebProperties.Resources in org.springframework.boot.autoconfigure.web.reactive.error
ModifierConstructorDescriptionAbstractErrorWebExceptionHandler
(ErrorAttributes errorAttributes, WebProperties.Resources resources, ApplicationContext applicationContext) Create a newAbstractErrorWebExceptionHandler
.DefaultErrorWebExceptionHandler
(ErrorAttributes errorAttributes, WebProperties.Resources resources, ErrorProperties errorProperties, ApplicationContext applicationContext) Create a newDefaultErrorWebExceptionHandler
instance. -
Uses of WebProperties.Resources in org.springframework.boot.autoconfigure.web.servlet.error
ModifierConstructorDescriptionDefaultErrorViewResolver
(ApplicationContext applicationContext, WebProperties.Resources resources) Create a newDefaultErrorViewResolver
instance.