| Modifier and Type | Field and Description |
|---|---|
static WebContainer |
WebContainer.JETTY_9_1_NEWEST
Static value jetty 9.1 for WebContainer.
|
static WebContainer |
WebContainer.JETTY_9_1_V20131115
Static value jetty 9.1.0 v20131115 for WebContainer.
|
static WebContainer |
WebContainer.JETTY_9_3_NEWEST
Static value jetty 9.3 for WebContainer.
|
static WebContainer |
WebContainer.JETTY_9_3_V20161014
Static value jetty 9.3.13 v20161014 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_7_0_50
Static value tomcat 7.0.50 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_7_0_62
Static value tomcat 7.0.62 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_7_0_NEWEST
Static value tomcat 7.0 newest for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_8_0_23
Static value tomcat 8.0.23 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_8_0_NEWEST
Static value tomcat 8.0 newest for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_8_5_20
Static value tomcat 8.5.20 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_8_5_6
Static value tomcat 8.5.6 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_8_5_NEWEST
Static value tomcat 8.5 newest for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_9_0_0
Static value tomcat 9_0_0 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_9_0_NEWEST
Static value tomcat 9.0 newest for WebContainer.
|
| Modifier and Type | Method and Description |
|---|---|
static WebContainer |
WebContainer.fromString(String name)
Finds or creates a Web container based on the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<WebContainer> |
WebContainer.values() |
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
WebAppBase.DefinitionStages.WithWebContainer.withWebContainer(WebContainer webContainer)
Specifies the Java web container.
|
WebAppBase.Update<FluentT> |
WebAppBase.UpdateStages.WithWebContainer.withWebContainer(WebContainer webContainer)
Specifies the Java web container.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/