Uses of Class
io.undertow.servlet.api.MimeMapping
-
Packages that use MimeMapping Package Description io.undertow.servlet.api -
-
Uses of MimeMapping in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return types with arguments of type MimeMapping Modifier and Type Method Description java.util.List<MimeMapping>
DeploymentInfo. getMimeMappings()
Methods in io.undertow.servlet.api with parameters of type MimeMapping Modifier and Type Method Description DeploymentInfo
DeploymentInfo. addMimeMapping(MimeMapping mimeMappings)
DeploymentInfo
DeploymentInfo. addMimeMappings(MimeMapping... mimeMappings)
Method parameters in io.undertow.servlet.api with type arguments of type MimeMapping Modifier and Type Method Description DeploymentInfo
DeploymentInfo. addMimeMappings(java.util.Collection<MimeMapping> mimeMappings)
-