Uses of Class
org.springframework.boot.web.error.ErrorPage
Packages that use ErrorPage
Package
Description
Spring Web error handling infrastructure.
Support for embedded web servers.
Support classes for Servlet-based web servers.
-
Uses of ErrorPage in org.springframework.boot.web.error
Methods in org.springframework.boot.web.error with parameters of type ErrorPageModifier and TypeMethodDescriptionvoidErrorPageRegistry.addErrorPages(ErrorPage... errorPages) Adds error pages that will be used when handling exceptions. -
Uses of ErrorPage in org.springframework.boot.web.server
Methods in org.springframework.boot.web.server that return types with arguments of type ErrorPageModifier and TypeMethodDescriptionAbstractConfigurableWebServerFactory.getErrorPages()Returns a mutable set ofErrorPagesthat will be used when handling exceptions.Methods in org.springframework.boot.web.server with parameters of type ErrorPageModifier and TypeMethodDescriptionvoidAbstractConfigurableWebServerFactory.addErrorPages(ErrorPage... errorPages) Method parameters in org.springframework.boot.web.server with type arguments of type ErrorPageModifier and TypeMethodDescriptionvoidAbstractConfigurableWebServerFactory.setErrorPages(Set<? extends ErrorPage> errorPages) voidConfigurableWebServerFactory.setErrorPages(Set<? extends ErrorPage> errorPages) Sets the error pages that will be used when handling exceptions. -
Uses of ErrorPage in org.springframework.boot.web.servlet.support
Methods in org.springframework.boot.web.servlet.support with parameters of type ErrorPage