共用方式為


IWithWebContainer<FluentT> 介面

定義

Web 應用程式更新的階段,允許設定 JAVA Web 容器。 指定 JAVA 版本之後,這是必要的。

public interface IWithWebContainer<FluentT>
type IWithWebContainer<'FluentT> = interface
Public Interface IWithWebContainer(Of FluentT)

類型參數

FluentT

資源類型。

方法

WithWebContainer(WebContainer)

指定 JAVA Web 容器。

適用於