Uses of Class
javax.activation.FileTypeMap
-
Packages that use FileTypeMap Package Description com.sun.mail.util.logging Contains JavaMail™ extensions for the Java™ platform's core logging facilities.javax.activation The JavaBeans(TM) Activation Framework is used by the JavaMail(TM) API to manage MIME data. -
-
Uses of FileTypeMap in com.sun.mail.util.logging
Fields in com.sun.mail.util.logging declared as FileTypeMap Modifier and Type Field Description private FileTypeMap
MailHandler. contentTypes
Used to override the content type for the body and set the content type for each attachment. -
Uses of FileTypeMap in javax.activation
Subclasses of FileTypeMap in javax.activation Modifier and Type Class Description class
MimetypesFileTypeMap
This class extends FileTypeMap and provides data typing of files via their file extension.Fields in javax.activation declared as FileTypeMap Modifier and Type Field Description private static FileTypeMap
FileTypeMap. defaultMap
private FileTypeMap
FileDataSource. typeMap
Fields in javax.activation with type parameters of type FileTypeMap Modifier and Type Field Description private static java.util.Map<java.lang.ClassLoader,FileTypeMap>
FileTypeMap. map
Methods in javax.activation that return FileTypeMap Modifier and Type Method Description static FileTypeMap
FileTypeMap. getDefaultFileTypeMap()
Return the default FileTypeMap for the system.Methods in javax.activation with parameters of type FileTypeMap Modifier and Type Method Description static void
FileTypeMap. setDefaultFileTypeMap(FileTypeMap fileTypeMap)
Sets the default FileTypeMap for the system.void
FileDataSource. setFileTypeMap(FileTypeMap map)
Set the FileTypeMap to use with this FileDataSource
-