Uses of Class
io.undertow.util.MimeMappings
-
Packages that use MimeMappings Package Description io.undertow.server.handlers.error io.undertow.server.handlers.resource io.undertow.util -
-
Uses of MimeMappings in io.undertow.server.handlers.error
Constructors in io.undertow.server.handlers.error with parameters of type MimeMappings Constructor Description FileErrorPageHandler(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 MimeMappings Modifier and Type Method Description MimeMappings
ResourceHandler. getMimeMappings()
Methods in io.undertow.server.handlers.resource with parameters of type MimeMappings Modifier and Type Method Description String
CachedResource. getContentType(MimeMappings mimeMappings)
String
PathResource. getContentType(MimeMappings mimeMappings)
String
Resource. getContentType(MimeMappings mimeMappings)
Return the resources content type.String
URLResource. getContentType(MimeMappings mimeMappings)
ResourceHandler
ResourceHandler. setMimeMappings(MimeMappings mimeMappings)
-
Uses of MimeMappings in io.undertow.util
Fields in io.undertow.util declared as MimeMappings Modifier and Type Field Description static MimeMappings
MimeMappings. DEFAULT
Methods in io.undertow.util that return MimeMappings Modifier and Type Method Description MimeMappings
MimeMappings.Builder. build()
-