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 FileTypeMapMailHandler. contentTypesUsed 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 classMimetypesFileTypeMapThis 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 FileTypeMapFileTypeMap. defaultMapprivate FileTypeMapFileDataSource. typeMapFields in javax.activation with type parameters of type FileTypeMap Modifier and Type Field Description private static java.util.Map<java.lang.ClassLoader,FileTypeMap>FileTypeMap. mapMethods in javax.activation that return FileTypeMap Modifier and Type Method Description static FileTypeMapFileTypeMap. getDefaultFileTypeMap()Return the default FileTypeMap for the system.Methods in javax.activation with parameters of type FileTypeMap Modifier and Type Method Description static voidFileTypeMap. setDefaultFileTypeMap(FileTypeMap fileTypeMap)Sets the default FileTypeMap for the system.voidFileDataSource. setFileTypeMap(FileTypeMap map)Set the FileTypeMap to use with this FileDataSource
-