MimeTypespublic interface MimeTypes Mime type element contains an legal mime type within web application test.
i.e. text/plain
Define all mime types here
taken from -
ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/media-types |
Fields Summary |
---|
static String[] | text | static String[] | multipart | static String[] | message | static String[] | application | static String[] | image | static String[] | audio | static String[] | video | static String[] | model |
|