public interface FileNameMap
URLStreamHandler for determining the right content handler to
handle the resource.| Modifier and Type | Method and Description |
|---|---|
String |
getContentTypeFor(String filename)
Returns the MIME type (such as "text/plain") for the given filename, or null.
|