Uses of Class
org.apache.catalina.deploy.ErrorPage
-
Packages that use ErrorPage Package Description com.sun.enterprise.web.deploy org.apache.catalina org.apache.catalina.core -
-
Uses of ErrorPage in com.sun.enterprise.web.deploy
Subclasses of ErrorPage in com.sun.enterprise.web.deploy Modifier and Type Class Description classErrorPageDecoratorDecorator of classorg.apache.catalina.deploy.ErrorPage -
Uses of ErrorPage in org.apache.catalina
Methods in org.apache.catalina that return ErrorPage Modifier and Type Method Description ErrorPageContext. findErrorPage(int errorCode)Return the error page entry for the specified HTTP error code, if any; otherwise returnnull.ErrorPageContext. findErrorPage(String exceptionType)Return the error page entry for the specified Java exception type, if any; otherwise returnnull.ErrorPageContext. findStatusPage(int status)Return the context-relative URI of the error page for the specified HTTP status code, if any; otherwise returnnull.ErrorPageContext. getDefaultErrorPage()Gets the default error page of this context.Methods in org.apache.catalina with parameters of type ErrorPage Modifier and Type Method Description voidContext. addErrorPage(ErrorPage errorPage)Add an error page for the specified error or Java exception. -
Uses of ErrorPage in org.apache.catalina.core
Methods in org.apache.catalina.core that return ErrorPage Modifier and Type Method Description ErrorPageStandardContext. findErrorPage(int errorCode)Return the error page entry for the specified HTTP error code, if any; otherwise returnnull.ErrorPageStandardContext. findErrorPage(String exceptionType)Return the error page entry for the specified Java exception type, if any; otherwise returnnull.ErrorPageStandardHost. findErrorPage(int errorCode)Gets the error page for the specified HTTP error code.ErrorPageStandardContext. findStatusPage(int status)Return the context-relative URI of the error page for the specified HTTP status code, if any; otherwise returnnull.ErrorPageStandardContext. getDefaultErrorPage()Gets the default error page of this context.Methods in org.apache.catalina.core with parameters of type ErrorPage Modifier and Type Method Description voidStandardContext. addErrorPage(ErrorPage errorPage)Add an error page for the specified error or Java exception.voidStandardHost. addErrorPage(ErrorPage errorPage)Adds the given error page to this StandardHost.
-