Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
org.springframework.boot.autoconfigure.web.reactive.error |
Auto-configuration for Spring WebFlux error handling.
|
org.springframework.boot.autoconfigure.web.servlet.error |
Auto-configuration for Spring MVC error handling.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceProperties
Deprecated.
since 2.4.0 in favor of
WebProperties.Resources |
Modifier and Type | Method and Description |
---|---|
WebProperties.Resources |
WebProperties.getResources() |
Constructor and Description |
---|
AbstractErrorWebExceptionHandler(ErrorAttributes errorAttributes,
WebProperties.Resources resources,
ApplicationContext applicationContext)
Create a new
AbstractErrorWebExceptionHandler . |
DefaultErrorWebExceptionHandler(ErrorAttributes errorAttributes,
WebProperties.Resources resources,
ErrorProperties errorProperties,
ApplicationContext applicationContext)
Create a new
DefaultErrorWebExceptionHandler instance. |
Constructor and Description |
---|
DefaultErrorViewResolver(ApplicationContext applicationContext,
WebProperties.Resources resources)
Create a new
DefaultErrorViewResolver instance. |