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 MimeMappingsResourceHandler. getMimeMappings()Methods in io.undertow.server.handlers.resource with parameters of type MimeMappings Modifier and Type Method Description StringCachedResource. getContentType(MimeMappings mimeMappings)StringPathResource. getContentType(MimeMappings mimeMappings)StringResource. getContentType(MimeMappings mimeMappings)Return the resources content type.StringURLResource. getContentType(MimeMappings mimeMappings)ResourceHandlerResourceHandler. setMimeMappings(MimeMappings mimeMappings) -
Uses of MimeMappings in io.undertow.util
Fields in io.undertow.util declared as MimeMappings Modifier and Type Field Description static MimeMappingsMimeMappings. DEFAULTMethods in io.undertow.util that return MimeMappings Modifier and Type Method Description MimeMappingsMimeMappings.Builder. build()
-