public interface MimeUtility
| Type Params | Return Type | Name and description |
|---|---|---|
|
public List<MimeType> |
getKnownMimeTypes()Gets the known configured MimeType instances |
|
public MimeType |
getMimeTypeForExtension(String extension)Obtains a MimeType for the given extension |
|
public MimeType |
getMimeTypeForURI(String uri)Obtains a MimeType for the given extension |
Gets the known configured MimeType instances
Obtains a MimeType for the given extension
extension - The extension