|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.j5goodies.MimeTypes
public class MimeTypes
This class encapsulates some knowledges about various common Mime types used in web applications and other places. It includes, for example, constants for Mime Types such as XML ("text/xml") or Microsoft Excel ("application/vnd.ms-excel"). The intention is to hold these in one spot.
Field Summary | |
---|---|
static String |
HTML
The MIME type for HTML documents. |
static String |
IMAGE_PNG
The MIME type for PNG images. |
static String |
JSON
The MIME type for JSON documents. |
static String |
MICROSOFT_EXCEL
The MIME type for Microsoft Excel spreadsheets. |
static String |
MICROSOFT_POWERPOINT
The MIME type for Microsoft PowerPoint documents. |
static String |
MICROSOFT_WORD
The MIME type for Microsoft Word documents. |
static String |
PDF
The MIME type for PDF documents. |
static String |
PLAIN_TEXT
The MIME type for plain text. |
static String |
VCARD
The MIME type for VCard attachments. |
static String |
XML
The MIME type for XML documents. |
Constructor Summary | |
---|---|
MimeTypes()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String IMAGE_PNG
The MIME type for PNG images.
public static final String HTML
The MIME type for HTML documents.
public static final String XML
The MIME type for XML documents.
public static final String JSON
The MIME type for JSON documents.
public static final String VCARD
The MIME type for VCard attachments.
public static final String PLAIN_TEXT
The MIME type for plain text.
public static final String PDF
The MIME type for PDF documents.
public static final String MICROSOFT_POWERPOINT
The MIME type for Microsoft PowerPoint documents.
public static final String MICROSOFT_WORD
The MIME type for Microsoft Word documents.
public static final String MICROSOFT_EXCEL
The MIME type for Microsoft Excel spreadsheets.
Constructor Detail |
---|
public MimeTypes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |