Package play.mvc
Interface Http.MimeTypes
-
- Enclosing class:
- Http
public static interface Http.MimeTypes
Common HTTP MIME types
-
-
Field Summary
Fields Modifier and Type Field Description static String
BINARY
Content-Type of binary data.static String
CSS
Content-Type of css.static String
EVENT_STREAM
Content-Type of server sent events.static String
FORM
Content-Type of form-urlencoded.static String
HTML
Content-Type of html.static String
JAVASCRIPT
Content-Type of javascript.static String
JSON
Content-Type of json.static String
TEXT
Content-Type of text.static String
XHTML
Content-Type of xhtml.static String
XML
Content-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
-
-