Uses of Class
io.undertow.util.MimeMappings
Packages that use MimeMappings
Package
Description
-
Uses of MimeMappings in io.undertow.server.handlers.error
Constructors in io.undertow.server.handlers.error with parameters of type MimeMappingsModifierConstructorDescriptionFileErrorPageHandler
(HttpHandler next, Path file, MimeMappings mimeMappings, Integer... responseCodes) -
Uses of MimeMappings in io.undertow.server.handlers.resource
Methods in io.undertow.server.handlers.resource that return MimeMappingsMethods in io.undertow.server.handlers.resource with parameters of type MimeMappingsModifier and TypeMethodDescriptionCachedResource.getContentType
(MimeMappings mimeMappings) PathResource.getContentType
(MimeMappings mimeMappings) Resource.getContentType
(MimeMappings mimeMappings) Return the resources content type.URLResource.getContentType
(MimeMappings mimeMappings) ResourceHandler.setMimeMappings
(MimeMappings mimeMappings) -
Uses of MimeMappings in io.undertow.util
Fields in io.undertow.util declared as MimeMappingsMethods in io.undertow.util that return MimeMappings