Package play.mvc
Interface Http.MimeTypes
-
- Enclosing class:
- Http
public static interface Http.MimeTypesCommon HTTP MIME types
-
-
Field Summary
Fields Modifier and Type Field Description static StringBINARYContent-Type of binary data.static StringCSSContent-Type of css.static StringEVENT_STREAMContent-Type of server sent events.static StringFORMContent-Type of form-urlencoded.static StringHTMLContent-Type of html.static StringJAVASCRIPTContent-Type of javascript.static StringJSONContent-Type of json.static StringTEXTContent-Type of text.static StringXHTMLContent-Type of xhtml.static StringXMLContent-Type of xml.
-
-
-
Field Detail
-
TEXT
static final String TEXT
Content-Type of text.- See Also:
- Constant Field Values
-
HTML
static final String HTML
Content-Type of html.- See Also:
- Constant Field Values
-
JSON
static final String JSON
Content-Type of json.- See Also:
- Constant Field Values
-
XML
static final String XML
Content-Type of xml.- See Also:
- Constant Field Values
-
XHTML
static final String XHTML
Content-Type of xhtml.- See Also:
- Constant Field Values
-
CSS
static final String CSS
Content-Type of css.- See Also:
- Constant Field Values
-
JAVASCRIPT
static final String JAVASCRIPT
Content-Type of javascript.- See Also:
- Constant Field Values
-
FORM
static final String FORM
Content-Type of form-urlencoded.- See Also:
- Constant Field Values
-
EVENT_STREAM
static final String EVENT_STREAM
Content-Type of server sent events.- See Also:
- Constant Field Values
-
BINARY
static final String BINARY
Content-Type of binary data.- See Also:
- Constant Field Values
-
-