Uses of Interface
org.springframework.boot.webmvc.error.ErrorAttributes
Packages that use ErrorAttributes
Package
Description
Auto-configuration for Spring MVC-based actuator infrastructure.
Auto-configuration for Spring MVC error handling.
Spring MVC error handling infrastructure.
-
Uses of ErrorAttributes in org.springframework.boot.webmvc.autoconfigure.actuate.web
Constructors in org.springframework.boot.webmvc.autoconfigure.actuate.web with parameters of type ErrorAttributesModifierConstructorDescriptionManagementErrorEndpoint(ErrorAttributes errorAttributes, ErrorProperties errorProperties) -
Uses of ErrorAttributes in org.springframework.boot.webmvc.autoconfigure.error
Constructors in org.springframework.boot.webmvc.autoconfigure.error with parameters of type ErrorAttributesModifierConstructorDescriptionAbstractErrorController(ErrorAttributes errorAttributes) AbstractErrorController(ErrorAttributes errorAttributes, @Nullable List<ErrorViewResolver> errorViewResolvers) BasicErrorController(ErrorAttributes errorAttributes, ErrorProperties errorProperties) Create a newBasicErrorControllerinstance.BasicErrorController(ErrorAttributes errorAttributes, ErrorProperties errorProperties, List<ErrorViewResolver> errorViewResolvers) Create a newBasicErrorControllerinstance. -
Uses of ErrorAttributes in org.springframework.boot.webmvc.error
Classes in org.springframework.boot.webmvc.error that implement ErrorAttributes