Uses of Class
org.springframework.boot.autoconfigure.web.ErrorProperties
Packages that use 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
Constructors in org.springframework.boot.actuate.autoconfigure.web.servlet with parameters of type ErrorPropertiesModifierConstructorDescriptionManagementErrorEndpoint
(ErrorAttributes errorAttributes, ErrorProperties errorProperties) -
Uses of ErrorProperties in org.springframework.boot.autoconfigure.web
Methods in org.springframework.boot.autoconfigure.web that return ErrorProperties -
Uses of ErrorProperties in org.springframework.boot.autoconfigure.web.reactive.error
Constructors in org.springframework.boot.autoconfigure.web.reactive.error with parameters of type ErrorPropertiesModifierConstructorDescriptionDefaultErrorWebExceptionHandler
(ErrorAttributes errorAttributes, WebProperties.Resources resources, ErrorProperties errorProperties, ApplicationContext applicationContext) Create a newDefaultErrorWebExceptionHandler
instance. -
Uses of ErrorProperties in org.springframework.boot.autoconfigure.web.servlet.error
Methods in org.springframework.boot.autoconfigure.web.servlet.error that return ErrorPropertiesModifier and TypeMethodDescriptionprotected ErrorProperties
BasicErrorController.getErrorProperties()
Provide access to the error properties.Constructors in org.springframework.boot.autoconfigure.web.servlet.error with parameters of type ErrorPropertiesModifierConstructorDescriptionBasicErrorController
(ErrorAttributes errorAttributes, ErrorProperties errorProperties) Create a newBasicErrorController
instance.BasicErrorController
(ErrorAttributes errorAttributes, ErrorProperties errorProperties, List<ErrorViewResolver> errorViewResolvers) Create a newBasicErrorController
instance.