类的使用
org.springframework.boot.autoconfigure.web.WebProperties.Resources
使用WebProperties.Resources的程序包
程序包
说明
Auto-configuration for common web concerns.
Auto-configuration for Spring WebFlux error handling.
Auto-configuration for Spring MVC error handling.
-
org.springframework.boot.autoconfigure.web中WebProperties.Resources的使用
-
org.springframework.boot.autoconfigure.web.reactive.error中WebProperties.Resources的使用
限定符构造器说明AbstractErrorWebExceptionHandler
(ErrorAttributes errorAttributes, WebProperties.Resources resources, ApplicationContext applicationContext) Create a newAbstractErrorWebExceptionHandler
.DefaultErrorWebExceptionHandler
(ErrorAttributes errorAttributes, WebProperties.Resources resources, ErrorProperties errorProperties, ApplicationContext applicationContext) Create a newDefaultErrorWebExceptionHandler
instance. -
org.springframework.boot.autoconfigure.web.servlet.error中WebProperties.Resources的使用
限定符构造器说明DefaultErrorViewResolver
(ApplicationContext applicationContext, WebProperties.Resources resources) Create a newDefaultErrorViewResolver
instance.