Package | Description |
---|---|
org.eclipse.jetty.server.handler | |
org.eclipse.jetty.servlet | |
org.eclipse.jetty.webapp |
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
ContextHandler.getErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ContextHandler.setErrorHandler(ErrorHandler errorHandler) |
Modifier and Type | Class and Description |
---|---|
class |
ErrorPageErrorHandler
Error Page Error Handler
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using
the internal ERROR style of dispatch.
|
Constructor and Description |
---|
ServletContextHandler(HandlerContainer parent,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler) |
ServletContextHandler(HandlerContainer parent,
String contextPath,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler) |
Constructor and Description |
---|
WebAppContext(SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler)
This constructor is used in the geronimo integration.
|
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.