Uses of Class
io.undertow.servlet.api.ErrorPage
-
Packages that use ErrorPage Package Description io.undertow.servlet io.undertow.servlet.api -
-
Uses of ErrorPage in io.undertow.servlet
Methods in io.undertow.servlet that return ErrorPage Modifier and Type Method Description static ErrorPage
Servlets. errorPage(java.lang.String location)
Create an ErrorPage that corresponds to the default error pagestatic ErrorPage
Servlets. errorPage(java.lang.String location, int statusCode)
Create an ErrorPage instance for a given response codestatic ErrorPage
Servlets. errorPage(java.lang.String location, java.lang.Class<? extends java.lang.Throwable> exceptionType)
Create an ErrorPage instance for a given exception type -
Uses of ErrorPage in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return types with arguments of type ErrorPage Modifier and Type Method Description java.util.List<ErrorPage>
DeploymentInfo. getErrorPages()
Methods in io.undertow.servlet.api with parameters of type ErrorPage Modifier and Type Method Description DeploymentInfo
DeploymentInfo. addErrorPage(ErrorPage errorPage)
DeploymentInfo
DeploymentInfo. addErrorPages(ErrorPage... errorPages)
Method parameters in io.undertow.servlet.api with type arguments of type ErrorPage Modifier and Type Method Description DeploymentInfo
DeploymentInfo. addErrorPages(java.util.Collection<ErrorPage> errorPages)
-