public interface MediaType
Common media types used by controllers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
AString
constant representing "application/atom+xml" media type.static final String
AString
constant representing "application/x-www-form-urlencoded" media type.static final String
AString
constant representing "application/json" media type.static final String
String
representation of "application/json-patch+json" media type..static final String
AString
constant representing "application/octet-stream" media type.static final String
String
representation of "application/pdf" media type.static final String
AString
constant representing "application/svg+xml" media type.static final String
AString
constant representing "application/xhtml+xml" media type.static final String
AString
constant representing "application/xml" media type.static final String
String
representation of "image/gif" media type.static final String
String
representation of "image/jpeg" media type.static final String
String
representation of "image/png" media type.static final String
AString
constant representing "multipart/form-data" media type.static final String
String
representation of "multipart/mixed" media type.static final String
String
representation of "multipart/related" media type.static final String
String
representation of Server sent events media type.static final String
AString
constant representing "text/html" media type.static final String
AString
constant representing "text/plain" media type.static final String
AString
constant representing "text/xml" media type.
-
Field Details
-
APPLICATION_XML
AString
constant representing "application/xml" media type.- See Also:
-
APPLICATION_ATOM_XML
AString
constant representing "application/atom+xml" media type.- See Also:
-
APPLICATION_XHTML_XML
AString
constant representing "application/xhtml+xml" media type.- See Also:
-
APPLICATION_SVG_XML
AString
constant representing "application/svg+xml" media type.- See Also:
-
APPLICATION_JSON
AString
constant representing "application/json" media type.- See Also:
-
APPLICATION_FORM_URLENCODED
AString
constant representing "application/x-www-form-urlencoded" media type.- See Also:
-
MULTIPART_FORM_DATA
AString
constant representing "multipart/form-data" media type.- See Also:
-
APPLICATION_OCTET_STREAM
AString
constant representing "application/octet-stream" media type.- See Also:
-
TEXT_PLAIN
AString
constant representing "text/plain" media type.- See Also:
-
TEXT_XML
AString
constant representing "text/xml" media type.- See Also:
-
TEXT_HTML
AString
constant representing "text/html" media type.- See Also:
-
SERVER_SENT_EVENTS
String
representation of Server sent events media type. (""text/event-stream"").- See Also:
-
APPLICATION_JSON_PATCH_JSON
String
representation of "application/json-patch+json" media type..- See Also:
-
APPLICATION_PDF
String
representation of "application/pdf" media type.- See Also:
-
IMAGE_GIF
String
representation of "image/gif" media type.- See Also:
-
IMAGE_JPEG
String
representation of "image/jpeg" media type.- See Also:
-
IMAGE_PNG
String
representation of "image/png" media type.- See Also:
-
MULTIPART_MIXED
String
representation of "multipart/mixed" media type.- See Also:
-
MULTIPART_RELATED
String
representation of "multipart/related" media type.- See Also:
-