| Package | Description |
|---|---|
| com.sun.enterprise.deployment | |
| org.glassfish.web.deployment.descriptor |
| Modifier and Type | Method and Description |
|---|---|
abstract Enumeration<MimeMapping> |
WebBundleDescriptor.getMimeMappings() |
abstract Set<MimeMapping> |
WebBundleDescriptor.getMimeMappingsSet() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
WebBundleDescriptor.addMimeMapping(MimeMapping mimeMapping) |
abstract void |
WebBundleDescriptor.removeMimeMapping(MimeMapping mimeMapping) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WebBundleDescriptor.setMimeMappings(Set<MimeMapping> mimeMappings) |
| Modifier and Type | Class and Description |
|---|---|
class |
MimeMappingDescriptor
I represent a mapping between a mime type and a file extension for specifiying how
to handle mime types in a J2EE WAR.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<MimeMapping> |
WebBundleDescriptorImpl.getMimeMappings() |
Set<MimeMapping> |
WebBundleDescriptorImpl.getMimeMappingsSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
WebBundleDescriptorImpl.addMimeMapping(MimeMapping mimeMapping) |
void |
WebBundleDescriptorImpl.removeMimeMapping(MimeMapping mimeMapping)
Removes the given mime mapping from my list.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebBundleDescriptorImpl.combineMimeMappings(Set<MimeMapping> mimeMappings) |
protected void |
WebFragmentDescriptor.combineMimeMappings(Set<MimeMapping> mimeMappings) |
void |
WebBundleDescriptorImpl.setMimeMappings(Set<MimeMapping> mimeMappings)
Sets the Set of Mime Mappings for this web application.
|
Copyright © 2019. All rights reserved.