Uses of Class
org.eclipse.jetty.server.handler.ErrorHandler
-
Packages that use ErrorHandler Package Description org.eclipse.jetty.osgi.httpservice org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of ErrorHandler in org.eclipse.jetty.osgi.httpservice
Subclasses of ErrorHandler in org.eclipse.jetty.osgi.httpservice Modifier and Type Class Description class
HttpServiceErrorPageErrorHandler
Extended error page handler. -
Uses of ErrorHandler in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ErrorHandler Modifier and Type Method Description ErrorHandler
Server. getErrorHandler()
Methods in org.eclipse.jetty.server with parameters of type ErrorHandler Modifier and Type Method Description void
Server. setErrorHandler(ErrorHandler errorHandler)
-
Uses of ErrorHandler in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler that return ErrorHandler Modifier and Type Method Description ErrorHandler
ContextHandler. getErrorHandler()
static ErrorHandler
ErrorHandler. getErrorHandler(Server server, ContextHandler context)
Methods in org.eclipse.jetty.server.handler with parameters of type ErrorHandler Modifier and Type Method Description void
ContextHandler. setErrorHandler(ErrorHandler errorHandler)
-
Uses of ErrorHandler in org.eclipse.jetty.servlet
Subclasses of ErrorHandler in org.eclipse.jetty.servlet Modifier and Type Class Description class
ErrorPageErrorHandler
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.Constructors in org.eclipse.jetty.servlet with parameters of type ErrorHandler Constructor Description ServletContextHandler(HandlerContainer parent, java.lang.String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler)
ServletContextHandler(HandlerContainer parent, java.lang.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
Constructors in org.eclipse.jetty.webapp with parameters of type ErrorHandler Constructor Description WebAppContext(HandlerContainer parent, java.lang.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.
-