Package | Description |
---|---|
io.undertow.server.handlers.error | |
io.undertow.server.handlers.resource | |
io.undertow.util |
Constructor and Description |
---|
FileErrorPageHandler(HttpHandler next, Path file, MimeMappings mimeMappings, Integer... responseCodes) |
Modifier and Type | Method and Description |
---|---|
MimeMappings | ResourceHandler.getMimeMappings() |
Modifier and Type | Method and Description |
---|---|
String | CachedResource.getContentType(MimeMappings mimeMappings) |
String | URLResource.getContentType(MimeMappings mimeMappings) |
String | Resource.getContentType(MimeMappings mimeMappings) Return the resources content type. |
String | PathResource.getContentType(MimeMappings mimeMappings) |
ResourceHandler | ResourceHandler.setMimeMappings(MimeMappings mimeMappings) |
Modifier and Type | Field and Description |
---|---|
static MimeMappings | MimeMappings.DEFAULT |
Modifier and Type | Method and Description |
---|---|
MimeMappings | MimeMappings.Builder.build() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.