Uses of Class
javax.activation.FileTypeMap

Uses of FileTypeMap in javax.activation
 

Subclasses of FileTypeMap in javax.activation
 class MimetypesFileTypeMap
           
 

Methods in javax.activation that return FileTypeMap
static FileTypeMap FileTypeMap.getDefaultFileTypeMap()
          Returns the default FileTypeMap
 

Methods in javax.activation with parameters of type FileTypeMap
 void FileDataSource.setFileTypeMap(FileTypeMap map)
          Sets the FileTypeMap associated with the data source
static void FileTypeMap.setDefaultFileTypeMap(FileTypeMap map)
          Sets the default FileTypeMap for the system
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.