| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow.subsystem.servletContainer | |
| org.wildfly.swarm.config.undertow.subsystem.servletContainer.welcomeFile |
| Modifier and Type | Method and Description |
|---|---|
List<WelcomeFile> |
ServletContainer.ServletContainerResources.welcomeFiles()
Get the list of WelcomeFile resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
ServletContainer.welcomeFile(WelcomeFile value)
Add the WelcomeFile object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
ServletContainer.welcomeFiles(List<WelcomeFile> value)
Add all WelcomeFile objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
WelcomeFile<T extends WelcomeFile>
The welcome file
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.