类 ServletContextInitializerConfiguration

java.lang.Object
org.eclipse.jetty.ee10.webapp.AbstractConfiguration
org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
所有已实现的接口:
org.eclipse.jetty.ee10.webapp.Configuration

public class ServletContextInitializerConfiguration extends org.eclipse.jetty.ee10.webapp.AbstractConfiguration
Jetty Configuration that calls ServletContextInitializers.
从以下版本开始:
2.0.0
作者:
Phillip Webb, Andy Wilkinson
  • 嵌套类概要

    从类继承的嵌套类/接口 org.eclipse.jetty.ee10.webapp.AbstractConfiguration

    org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
  • 构造器概要

    构造器
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    configure(org.eclipse.jetty.ee10.webapp.WebAppContext context)
     

    从类继承的方法 org.eclipse.jetty.ee10.webapp.AbstractConfiguration

    abort, deconfigure, destroy, getDependencies, getDependents, getHiddenClasses, getProtectedClasses, isEnabledByDefault, postConfigure, preConfigure

    从类继承的方法 java.lang.Object

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

    从接口继承的方法 org.eclipse.jetty.ee10.webapp.Configuration

    getServerClasses, getSystemClasses, isAvailable, replaces
  • 构造器详细资料

  • 方法详细资料

    • configure

      public void configure(org.eclipse.jetty.ee10.webapp.WebAppContext context) throws Exception
      指定者:
      configure 在接口中 org.eclipse.jetty.ee10.webapp.Configuration
      覆盖:
      configure 在类中 org.eclipse.jetty.ee10.webapp.AbstractConfiguration
      抛出:
      Exception