Uses of Class
org.eclipse.jetty.ee10.servlet.ErrorHandler
Packages that use ErrorHandler
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of ErrorHandler in org.eclipse.jetty.ee10.servlet
Subclasses of ErrorHandler in org.eclipse.jetty.ee10.servletModifier and TypeClassDescriptionclass
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.Constructors in org.eclipse.jetty.ee10.servlet with parameters of type ErrorHandlerModifierConstructorDescriptionServletContextHandler
(String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) ServletContextHandler
(String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) ServletContextHandler
(SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) -
Uses of ErrorHandler in org.eclipse.jetty.ee10.webapp
Constructors in org.eclipse.jetty.ee10.webapp with parameters of type ErrorHandlerModifierConstructorDescriptionWebAppContext
(String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) WebAppContext
(SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler)