Class WebAppProviderConfiguration.WAPConfiguration

java.lang.Object
net.i2p.servlet.WebAppProviderConfiguration.WAPConfiguration
All Implemented Interfaces:
org.eclipse.jetty.ee8.webapp.Configuration
Enclosing class:
WebAppProviderConfiguration

public static class WebAppProviderConfiguration.WAPConfiguration extends Object implements org.eclipse.jetty.ee8.webapp.Configuration
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.ee8.webapp.Configuration

    org.eclipse.jetty.ee8.webapp.Configuration.Wrapper, org.eclipse.jetty.ee8.webapp.Configuration.WrapperFunction
  • Field Summary

    Fields inherited from interface org.eclipse.jetty.ee8.webapp.Configuration

    ATTR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    abort(org.eclipse.jetty.ee8.webapp.WebAppContext context)
     
    void
    cloneConfigure(org.eclipse.jetty.ee8.webapp.WebAppContext template, org.eclipse.jetty.ee8.webapp.WebAppContext context)
     
    void
    configure(org.eclipse.jetty.ee8.webapp.WebAppContext context)
     
    void
    deconfigure(org.eclipse.jetty.ee8.webapp.WebAppContext context)
     
    void
    destroy(org.eclipse.jetty.ee8.webapp.WebAppContext context)
     
    boolean
     
    void
    postConfigure(org.eclipse.jetty.ee8.webapp.WebAppContext context)
     
    void
    preConfigure(org.eclipse.jetty.ee8.webapp.WebAppContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.ee8.webapp.Configuration

    getDependencies, getDependents, getServerClasses, getSystemClasses, isAvailable, replaces
  • Constructor Details

    • WAPConfiguration

      public WAPConfiguration()
  • Method Details

    • deconfigure

      public void deconfigure(org.eclipse.jetty.ee8.webapp.WebAppContext context)
      Specified by:
      deconfigure in interface org.eclipse.jetty.ee8.webapp.Configuration
    • configure

      public void configure(org.eclipse.jetty.ee8.webapp.WebAppContext context) throws Exception
      Specified by:
      configure in interface org.eclipse.jetty.ee8.webapp.Configuration
      Throws:
      Exception
    • cloneConfigure

      public void cloneConfigure(org.eclipse.jetty.ee8.webapp.WebAppContext template, org.eclipse.jetty.ee8.webapp.WebAppContext context)
    • destroy

      public void destroy(org.eclipse.jetty.ee8.webapp.WebAppContext context)
      Specified by:
      destroy in interface org.eclipse.jetty.ee8.webapp.Configuration
    • preConfigure

      public void preConfigure(org.eclipse.jetty.ee8.webapp.WebAppContext context)
      Specified by:
      preConfigure in interface org.eclipse.jetty.ee8.webapp.Configuration
    • postConfigure

      public void postConfigure(org.eclipse.jetty.ee8.webapp.WebAppContext context)
      Specified by:
      postConfigure in interface org.eclipse.jetty.ee8.webapp.Configuration
    • abort

      public boolean abort(org.eclipse.jetty.ee8.webapp.WebAppContext context)
      Specified by:
      abort in interface org.eclipse.jetty.ee8.webapp.Configuration
      Since:
      Jetty 12
    • isEnabledByDefault

      public boolean isEnabledByDefault()
      Specified by:
      isEnabledByDefault in interface org.eclipse.jetty.ee8.webapp.Configuration
      Since:
      Jetty 12