Package | Description |
---|---|
org.wildfly.swarm.config.undertow | |
org.wildfly.swarm.config.undertow.servlet_container |
Modifier and Type | Method and Description |
---|---|
MimeMapping |
ServletContainer.ServletContainerResources.mimeMapping(String key) |
Modifier and Type | Method and Description |
---|---|
List<MimeMapping> |
ServletContainer.ServletContainerResources.mimeMappings()
Get the list of MimeMapping resources
|
Modifier and Type | Method and Description |
---|---|
T |
ServletContainer.mimeMapping(MimeMapping value)
Add the MimeMapping object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
ServletContainer.mimeMappings(List<MimeMapping> value)
Add all MimeMapping objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
MimeMapping<T extends MimeMapping<T>>
The servlet container mime mapping config
|
interface |
MimeMappingConsumer<T extends MimeMapping<T>> |
interface |
MimeMappingSupplier<T extends MimeMapping> |
Modifier and Type | Method and Description |
---|---|
MimeMapping |
MimeMappingSupplier.get()
Constructed instance of MimeMapping resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.