Package play.mvc
Interface Http.MimeTypes
- Enclosing class:
- Http
public static interface Http.MimeTypes
Common HTTP MIME types
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringContent-Type of binary data.static final StringContent-Type of css.static final StringContent-Type of server sent events.static final StringContent-Type of form-urlencoded.static final StringContent-Type of html.static final StringContent-Type of javascript.static final StringContent-Type of json.static final StringContent-Type of text.static final StringContent-Type of xhtml.static final StringContent-Type of xml.
-
Field Details
-
TEXT
Content-Type of text.- See Also:
-
HTML
Content-Type of html.- See Also:
-
JSON
Content-Type of json.- See Also:
-
XML
Content-Type of xml.- See Also:
-
XHTML
Content-Type of xhtml.- See Also:
-
CSS
Content-Type of css.- See Also:
-
JAVASCRIPT
Content-Type of javascript.- See Also:
-
FORM
Content-Type of form-urlencoded.- See Also:
-
EVENT_STREAM
Content-Type of server sent events.- See Also:
-
BINARY
Content-Type of binary data.- See Also:
-