Uses of Class
org.eclipse.jetty.server.handler.ErrorHandler
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of ErrorHandler in org.eclipse.jetty.server
-
Uses of ErrorHandler in org.eclipse.jetty.server.handler
Modifier and TypeMethodDescriptionContextHandler.getErrorHandler()
static ErrorHandler
ErrorHandler.getErrorHandler
(Server server, ContextHandler context) -
Uses of ErrorHandler in org.eclipse.jetty.servlet
Modifier and TypeClassDescriptionclass
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.ModifierConstructorDescriptionServletContextHandler
(HandlerContainer parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) ServletContextHandler
(HandlerContainer parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) ServletContextHandler
(HandlerContainer parent, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) -
Uses of ErrorHandler in org.eclipse.jetty.webapp
ModifierConstructorDescriptionWebAppContext
(HandlerContainer parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) This constructor is used in the geronimo integration.WebAppContext
(SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) This constructor is used in the geronimo integration.