Class I2PErrorHandler

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.ContainerLifeCycle
org.eclipse.jetty.ee8.nested.AbstractHandler
org.eclipse.jetty.ee8.nested.ErrorHandler
org.eclipse.jetty.ee8.servlet.ErrorPageErrorHandler
net.i2p.servlet.I2PErrorHandler
All Implemented Interfaces:
org.eclipse.jetty.ee8.nested.ErrorHandler.ErrorPageMapper, org.eclipse.jetty.ee8.nested.Handler, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle

public class I2PErrorHandler extends org.eclipse.jetty.ee8.servlet.ErrorPageErrorHandler
Customize the error page.
Since:
Jetty 12
  • Constructor Details

    • I2PErrorHandler

      public I2PErrorHandler()
    • I2PErrorHandler

      public I2PErrorHandler(String docroot)
    • I2PErrorHandler

      public I2PErrorHandler(File docroot)