Package net.i2p.servlet
Class I2PErrorHandler
- All Implemented Interfaces:
ErrorHandler.ErrorPageMapper,Handler,Container,Destroyable,Dumpable,Dumpable.DumpableContainer,LifeCycle
Customize the error page.
- Since:
- Jetty 12
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.ee8.nested.ErrorHandler
ErrorHandler.ErrorPageMapperNested classes/interfaces inherited from class org.eclipse.jetty.ee8.nested.AbstractHandler
AbstractHandler.ErrorDispatchHandlerNested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListener, AbstractLifeCycle.StopExceptionNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Container
Container.InheritedListener, Container.ListenerNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainerNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener -
Field Summary
Fields inherited from class org.eclipse.jetty.ee8.servlet.ErrorPageErrorHandler
_servletContext, GLOBAL_ERROR_PAGEFields inherited from class org.eclipse.jetty.ee8.nested.ErrorHandler
ERROR_CHARSET, ERROR_CONTEXT, ERROR_PAGE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.ee8.servlet.ErrorPageErrorHandler
addErrorPage, addErrorPage, addErrorPage, addErrorPage, doStart, getErrorPage, getErrorPages, isUnwrapServletException, setErrorPages, setUnwrapServletExceptionMethods inherited from class org.eclipse.jetty.ee8.nested.ErrorHandler
badMessageError, errorPageForMethod, generateAcceptableResponse, generateAcceptableResponse, getAcceptableWriter, getCacheControl, getErrorHandler, getShowMessageInTitle, handle, handleErrorPage, isShowMessageInTitle, isShowServlet, isShowStacks, setCacheControl, setShowMessageInTitle, setShowServlet, setShowStacks, write, writeErrorJson, writeErrorPage, writeErrorPageBody, writeErrorPageHead, writeErrorPageMessage, writeErrorPageStacks, writeErrorPlainMethods inherited from class org.eclipse.jetty.ee8.nested.AbstractHandler
destroy, doError, doStop, getServer, setServerMethods inherited from class org.eclipse.jetty.util.component.ContainerLifeCycle
addBean, addBean, addEventListener, addManaged, contains, dump, dump, dump, dumpObjects, dumpStdErr, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, installBean, installBean, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, start, stop, unmanage, updateBean, updateBean, updateBeans, updateBeansMethods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
getEventListeners, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, setEventListeners, start, stop, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.component.Container
getCachedBeans, getEventListenersMethods inherited from interface org.eclipse.jetty.util.component.Dumpable.DumpableContainer
isDumpableMethods inherited from interface org.eclipse.jetty.util.component.LifeCycle
addEventListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, start, stop
-
Constructor Details
-
I2PErrorHandler
public I2PErrorHandler() -
I2PErrorHandler
-
I2PErrorHandler
-