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 ErrorPageServlets. errorPage(String location)Create an ErrorPage that corresponds to the default error pagestatic ErrorPageServlets. errorPage(String location, int statusCode)Create an ErrorPage instance for a given response codestatic ErrorPageServlets. errorPage(String location, Class<? extends 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 List<ErrorPage>DeploymentInfo. getErrorPages()Methods in io.undertow.servlet.api with parameters of type ErrorPage Modifier and Type Method Description DeploymentInfoDeploymentInfo. addErrorPage(ErrorPage errorPage)DeploymentInfoDeploymentInfo. addErrorPages(ErrorPage... errorPages)Method parameters in io.undertow.servlet.api with type arguments of type ErrorPage Modifier and Type Method Description DeploymentInfoDeploymentInfo. addErrorPages(Collection<ErrorPage> errorPages)
-