クラスの使用
org.springframework.boot.web.server.AbstractConfigurableWebServerFactory.TempDirs
パッケージ
説明
Jetty をベースとしたサーブレット Web サーバー実装。
Tomcat を基盤とするリアクティブおよびサーブレット Web サーバーの実装。
Tomcat をベースとしたリアクティブ Web サーバーの実装。
Tomcat をベースとしたサーブレット Web サーバーの実装。
org.springframework.boot.jetty.servlet 内の AbstractConfigurableWebServerFactory.TempDirs 使用
型 AbstractConfigurableWebServerFactory.TempDirs のパラメーターを持つ org.springframework.boot.jetty.servlet のメソッド修飾子と型メソッド説明protected final voidJettyServletWebServerFactory.configureWebAppContext(org.eclipse.jetty.ee11.webapp.WebAppContext context, AbstractConfigurableWebServerFactory.TempDirs tempDirs, ServletContextInitializer... initializers) 指定された JettyWebAppContextを使用できるように構成します。org.springframework.boot.tomcat 内の AbstractConfigurableWebServerFactory.TempDirs 使用
型 AbstractConfigurableWebServerFactory.TempDirs のパラメーターを持つ org.springframework.boot.tomcat のメソッド修飾子と型メソッド説明protected TomcatTomcatWebServerFactory.createTomcat(AbstractConfigurableWebServerFactory.TempDirs tempDirs) TomcatWeb サーバーを作成します。org.springframework.boot.tomcat.reactive 内の AbstractConfigurableWebServerFactory.TempDirs 使用
型 AbstractConfigurableWebServerFactory.TempDirs のパラメーターを持つ org.springframework.boot.tomcat.reactive のメソッド修飾子と型メソッド説明protected voidTomcatReactiveWebServerFactory.prepareContext(Host host, TomcatHttpHandlerAdapter servlet, AbstractConfigurableWebServerFactory.TempDirs tempDirs) コンテキストを準備します。org.springframework.boot.tomcat.servlet 内の AbstractConfigurableWebServerFactory.TempDirs 使用
型 AbstractConfigurableWebServerFactory.TempDirs のパラメーターを持つ org.springframework.boot.tomcat.servlet のメソッド修飾子と型メソッド説明protected voidTomcatServletWebServerFactory.prepareContext(Host host, ServletContextInitializer[] initializers, AbstractConfigurableWebServerFactory.TempDirs tempDirs) コンテキストを準備します。