API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.net.
FileNameMap
View Source
Author(s)
Steven B. Byrne
Since
JDK1.1
Version
1.15, 11/17/05
Serial
Hierarchy
FileNameMap
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface FileNameMap
A simple interface which provides a mechanism to map between a file name and a MIME type string.
A simple interface which provides a mechanism to map
between a file name and a MIME type string.
See also:
Methods
Hide/Show inherited methods
public
String
getContentTypeFor
(
String
fileName)
Gets the MIME type for the specified file name.
Gets the MIME type for the specified file name.
Returns:
a
String
indicating the MIME type for the specified file name.
Parameters:
-
fileName
- the specified file name
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar