| Home >> All >> org >> apache >> turbine >> services >> [ mimetype Javadoc ] |
| | org.apache.turbine.services.mimetype.util.* (4) |
org.apache.turbine.services.mimetype: Javadoc index of package org.apache.turbine.services.mimetype.
Package Samples:
org.apache.turbine.services.mimetype.util: Provides mapping between MIME types and their corresponding file extensions.
Classes:
TurbineMimeTypeService: The MimeType Service maintains mappings between MIME types and the corresponding file name extensions, and between locales and character encodings. The MIME type mappings can be defined in MIME type files located in user's home directory, Java home directory or the current class jar. The default mapping file is defined with the mime.type.file property. In addition, the service maintains a set of most common mappings. The charset mappings can be defined in property files located in user's home directory, Java home directory or the current class jar. The default mapping file is defined with the charset.file ...
MimeTypeMap: This class maintains a set of mappers defining mappings between MIME types and the corresponding file name extensions. The mappings are defined as lines formed by a MIME type name followed by a list of extensions separated by a whitespace. The definitions can be listed in MIME type files located in user's home directory, Java home directory or the current class jar. In addition, this class maintains static default mappings and constructors support application specific mappings.
CharSetMap: This class maintains a set of mappers defining mappings between locales and the corresponding charsets. The mappings are defined as properties between locale and charset names. The definitions can be listed in property files located in user's home directory, Java home directory or the current class jar. In addition, this class maintains static default mappings and constructors support application specific mappings.
MimeTypeService: The MimeType Service maintains mappings between MIME types and the corresponding file name extensions, and between locales and character encodings. The mappings are typically defined in properties or files located in user's home directory, Java home directory or the current class jar depending on the implementation.
MimeTypeMapper: This class defines mappings between MIME types and the corresponding file name extensions. The mappings are defined as lines formed by a MIME type name followed by a list of extensions separated by a whitespace.
MimeType: This class is used to represent parsed MIME types. The representation is parsed from a string based representation of the MIME type, as defined in the RFC1345.
TurbineMimeTypes: This is a static accessor to MIME types and charsets.
| Home | Contact Us | Privacy Policy | Terms of Service |