play.mvc
Interface Http.MimeTypes

Enclosing class:
Http

public static interface Http.MimeTypes

Common HTTP MIME types


Field Summary
static java.lang.String BINARY
          Content-Type of binary data.
static java.lang.String CSS
          Content-Type of css.
static java.lang.String EVENT_STREAM
          Content-Type of server sent events.
static java.lang.String FORM
          Content-Type of form-urlencoded.
static java.lang.String HTML
          Content-Type of html.
static java.lang.String JAVASCRIPT
          Content-Type of javascript.
static java.lang.String JSON
          Content-Type of json.
static java.lang.String TEXT
          Content-Type of text.
static java.lang.String XML
          Content-Type of xml.
 

Field Detail

TEXT

static final java.lang.String TEXT
Content-Type of text.

See Also:
Constant Field Values

HTML

static final java.lang.String HTML
Content-Type of html.

See Also:
Constant Field Values

JSON

static final java.lang.String JSON
Content-Type of json.

See Also:
Constant Field Values

XML

static final java.lang.String XML
Content-Type of xml.

See Also:
Constant Field Values

CSS

static final java.lang.String CSS
Content-Type of css.

See Also:
Constant Field Values

JAVASCRIPT

static final java.lang.String JAVASCRIPT
Content-Type of javascript.

See Also:
Constant Field Values

FORM

static final java.lang.String FORM
Content-Type of form-urlencoded.

See Also:
Constant Field Values

EVENT_STREAM

static final java.lang.String EVENT_STREAM
Content-Type of server sent events.

See Also:
Constant Field Values

BINARY

static final java.lang.String BINARY
Content-Type of binary data.

See Also:
Constant Field Values