クラス 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.Configuration 内の configure 
      オーバーライド:
      クラス org.eclipse.jetty.ee10.webapp.AbstractConfigurationconfigure 
      例外:
      ExceptionSE