Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.undertow |
Modifier and Type | Method and Description |
---|---|
ServletContainer |
Undertow.UndertowResources.servletContainer(String key) |
Modifier and Type | Method and Description |
---|---|
List<ServletContainer> |
Undertow.UndertowResources.servletContainers()
Get the list of ServletContainer resources
|
Modifier and Type | Method and Description |
---|---|
T |
Undertow.servletContainer(ServletContainer value)
Add the ServletContainer object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Undertow.servletContainers(List<ServletContainer> value)
Add all ServletContainer objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ServletContainer<T extends ServletContainer<T>>
A servlet container
|
interface |
ServletContainerConsumer<T extends ServletContainer<T>> |
interface |
ServletContainerSupplier<T extends ServletContainer> |
Modifier and Type | Method and Description |
---|---|
ServletContainer |
ServletContainerSupplier.get()
Constructed instance of ServletContainer resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.