|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.net
Interface FileNameMap

- All Known Implementing Classes:
- MimeTypeMapper
- public interface FileNameMap
This interface has one method which, when passed a filename, returns the MIME type associated with that filename.
- Since:
- 1.1
| Method Summary | |
java.lang.String |
getContentTypeFor(java.lang.String filename)
This method is passed a filename and is responsible for determining the appropriate MIME type for that file. |
| Method Detail |
getContentTypeFor
public java.lang.String getContentTypeFor(java.lang.String filename)
- This method is passed a filename and is responsible for determining
the appropriate MIME type for that file.
|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC