クラス 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