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