クラス 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
(ServletContextInitializer... initializers) 新しいServletContextInitializerConfiguration
を作成します。メソッドのサマリー
クラス 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
コンストラクターの詳細
ServletContextInitializerConfiguration
新しいServletContextInitializerConfiguration
を作成します。- パラメーター:
initializers
- 呼び出される初期化子- 導入:
- 1.2.1
メソッドの詳細
configure
- 次で指定:
- インターフェース
org.eclipse.jetty.ee10.webapp.Configuration
のconfigure
- オーバーライド:
- クラス
org.eclipse.jetty.ee10.webapp.AbstractConfiguration
のconfigure
- 例外:
ExceptionSE