クラス ServletContextInitializerConfiguration

java.lang.ObjectSE
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
ServletContextInitializer を呼び出す Jetty Configuration
導入:
2.0.0
作成者:
Phillip Webb, Andy Wilkinson
  • ネストされたクラスのサマリー

    クラス org.eclipse.jetty.ee10.webapp.AbstractConfiguration から継承されたネストクラス / インターフェース

    org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
  • コンストラクターの概要

    コンストラクター
    コンストラクター
    説明
    新しい ServletContextInitializerConfiguration を作成します。
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    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.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE

    インターフェース org.eclipse.jetty.ee10.webapp.Configuration から継承されたメソッド

    getServerClasses, getSystemClasses, isAvailable, replaces
  • コンストラクターの詳細

  • メソッドの詳細

    • configure

      public void configure(org.eclipse.jetty.ee10.webapp.WebAppContext context) throws ExceptionSE
      次で指定:
      インターフェース org.eclipse.jetty.ee10.webapp.Configurationconfigure 
      オーバーライド:
      クラス org.eclipse.jetty.ee10.webapp.AbstractConfigurationconfigure 
      例外:
      ExceptionSE