Uses of Class
org.springframework.boot.autoconfigure.web.ErrorProperties
Package
Description
Actuator Spring MVC support.
Auto-configuration for common web concerns.
Auto-configuration for Spring WebFlux error handling.
Auto-configuration for Spring MVC error handling.
-
Uses of ErrorProperties in org.springframework.boot.actuate.autoconfigure.web.servlet
ModifierConstructorDescriptionManagementErrorEndpoint
(ErrorAttributes errorAttributes, ErrorProperties errorProperties) -
Uses of ErrorProperties in org.springframework.boot.autoconfigure.web
-
Uses of ErrorProperties in org.springframework.boot.autoconfigure.web.reactive.error
ModifierConstructorDescriptionDefaultErrorWebExceptionHandler
(ErrorAttributes errorAttributes, WebProperties.Resources resources, ErrorProperties errorProperties, ApplicationContext applicationContext) Create a newDefaultErrorWebExceptionHandler
instance. -
Uses of ErrorProperties in org.springframework.boot.autoconfigure.web.servlet.error
Modifier and TypeMethodDescriptionprotected ErrorProperties
BasicErrorController.getErrorProperties()
Provide access to the error properties.ModifierConstructorDescriptionBasicErrorController
(ErrorAttributes errorAttributes, ErrorProperties errorProperties) Create a newBasicErrorController
instance.BasicErrorController
(ErrorAttributes errorAttributes, ErrorProperties errorProperties, List<ErrorViewResolver> errorViewResolvers) Create a newBasicErrorController
instance.