Uses of Class
org.eclipse.jetty.ee8.nested.ErrorHandler
Packages that use ErrorHandler
Package
Description
Jetty Server : Core Handler API
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of ErrorHandler in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return ErrorHandlerModifier and TypeMethodDescriptionContextHandler.getErrorHandler()
static ErrorHandler
ErrorHandler.getErrorHandler
(Server server, ContextHandler context) Methods in org.eclipse.jetty.ee8.nested with parameters of type ErrorHandler -
Uses of ErrorHandler in org.eclipse.jetty.ee8.servlet
Subclasses of ErrorHandler in org.eclipse.jetty.ee8.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.ee8.servlet with parameters of type ErrorHandlerModifierConstructorDescriptionServletContextHandler
(Handler.Container parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) ServletContextHandler
(Handler.Container parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) ServletContextHandler
(Handler.Container parent, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) -
Uses of ErrorHandler in org.eclipse.jetty.ee8.webapp
Constructors in org.eclipse.jetty.ee8.webapp with parameters of type ErrorHandlerModifierConstructorDescriptionWebAppContext
(SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) This constructor is used in the geronimo integration.WebAppContext
(Handler.Container parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) This constructor is used in the geronimo integration.