public interface FileNameMap
Modifier and Type | Method and Description |
---|---|
String |
getContentTypeFor(String filename)
This method is passed a filename and is responsible for determining
the appropriate MIME type for that file.
|
String getContentTypeFor(String filename)
filename
- The name of the file to generate a MIME type for.