Uses of Interface
com.sun.enterprise.deployment.web.MimeMapping
-
Packages that use MimeMapping Package Description com.sun.enterprise.deployment org.glassfish.web.deployment.descriptor -
-
Uses of MimeMapping in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return types with arguments of type MimeMapping Modifier and Type Method Description abstract Enumeration<MimeMapping>WebBundleDescriptor. getMimeMappings()abstract Set<MimeMapping>WebBundleDescriptor. getMimeMappingsSet()Methods in com.sun.enterprise.deployment with parameters of type MimeMapping Modifier and Type Method Description abstract StringWebBundleDescriptor. addMimeMapping(MimeMapping mimeMapping)abstract voidWebBundleDescriptor. removeMimeMapping(MimeMapping mimeMapping)Method parameters in com.sun.enterprise.deployment with type arguments of type MimeMapping Modifier and Type Method Description abstract voidWebBundleDescriptor. setMimeMappings(Set<MimeMapping> mimeMappings) -
Uses of MimeMapping in org.glassfish.web.deployment.descriptor
Classes in org.glassfish.web.deployment.descriptor that implement MimeMapping Modifier and Type Class Description classMimeMappingDescriptorI represent a mapping between a mime type and a file extension for specifiying how to handle mime types in a J2EE WAR.Methods in org.glassfish.web.deployment.descriptor that return types with arguments of type MimeMapping Modifier and Type Method Description Enumeration<MimeMapping>WebBundleDescriptorImpl. getMimeMappings()Set<MimeMapping>WebBundleDescriptorImpl. getMimeMappingsSet()Methods in org.glassfish.web.deployment.descriptor with parameters of type MimeMapping Modifier and Type Method Description StringWebBundleDescriptorImpl. addMimeMapping(MimeMapping mimeMapping)voidWebBundleDescriptorImpl. removeMimeMapping(MimeMapping mimeMapping)Removes the given mime mapping from my list.Method parameters in org.glassfish.web.deployment.descriptor with type arguments of type MimeMapping Modifier and Type Method Description protected voidWebBundleDescriptorImpl. combineMimeMappings(Set<MimeMapping> mimeMappings)protected voidWebFragmentDescriptor. combineMimeMappings(Set<MimeMapping> mimeMappings)voidWebBundleDescriptorImpl. setMimeMappings(Set<MimeMapping> mimeMappings)Sets the Set of Mime Mappings for this web application.
-