Uses of Package
org.springframework.boot.web.servlet.error
Packages that use org.springframework.boot.web.servlet.error
Package
Description
Actuator Spring MVC support.
Auto-configuration for Spring MVC error handling.
Spring MVC error handling infrastructure.
-
Classes in org.springframework.boot.web.servlet.error used by org.springframework.boot.actuate.autoconfigure.web.servletClassDescriptionProvides access to error attributes which can be logged or presented to the user.
-
Classes in org.springframework.boot.web.servlet.error used by org.springframework.boot.autoconfigure.web.servlet.errorClassDescriptionDefault implementation of
ErrorAttributes
.Provides access to error attributes which can be logged or presented to the user.Marker interface used to identify a@Controller
that should be used to render errors. -
Classes in org.springframework.boot.web.servlet.error used by org.springframework.boot.web.servlet.errorClassDescriptionProvides access to error attributes which can be logged or presented to the user.