Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.net.FileNameMap

Uses of FileNameMap in java.net
 

Classes in java.net that implement FileNameMap
(package private)  class MimeTypeMapper
          This non-public class is used to implement the FileNameMap interface which defines a mechanism for mapping filenames to MIME types.
 

Fields in java.net declared as FileNameMap
private static FileNameMap URLConnection.fileNameMap
          This is an object that maps filenames to MIME types.
 

Methods in java.net that return FileNameMap
static FileNameMap URLConnection.getFileNameMap()
          This method returns the FileNameMap object being used to decode MIME types by file extension.
 

Methods in java.net with parameters of type FileNameMap
static void URLConnection.setFileNameMap(FileNameMap map)
          This method sets the FileNameMap object being used to decode MIME types by file extension.