Package | Description |
---|---|
org.wildfly.swarm.config.undertow | |
org.wildfly.swarm.config.undertow.servlet_container |
Modifier and Type | Method and Description |
---|---|
WelcomeFile |
ServletContainer.ServletContainerResources.welcomeFile(String key) |
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<T>>
The welcome file
|
interface |
WelcomeFileConsumer<T extends WelcomeFile<T>> |
interface |
WelcomeFileSupplier<T extends WelcomeFile> |
Modifier and Type | Method and Description |
---|---|
WelcomeFile |
WelcomeFileSupplier.get()
Constructed instance of WelcomeFile resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.