Uses of Class
org.restlet.gwt.data.MediaType

Packages that use MediaType
org.restlet.gwt.data Element of information handled by a component via a connector. 
org.restlet.gwt.resource Common resource and representation data elements. 
org.restlet.gwt.util Utility classes and interfaces used in the rest of the API. 
 

Uses of MediaType in org.restlet.gwt.data
 

Fields in org.restlet.gwt.data declared as MediaType
static MediaType MediaType.ALL
           
static MediaType MediaType.APPLICATION_ALL
           
static MediaType MediaType.APPLICATION_ALL_XML
           
static MediaType MediaType.APPLICATION_ATOM_SERVICE_XML
           
static MediaType MediaType.APPLICATION_ATOM_XML
           
static MediaType MediaType.APPLICATION_CAB
           
static MediaType MediaType.APPLICATION_COMPRESS
           
static MediaType MediaType.APPLICATION_EXCEL
           
static MediaType MediaType.APPLICATION_FLASH
           
static MediaType MediaType.APPLICATION_GNU_TAR
           
static MediaType MediaType.APPLICATION_GNU_ZIP
           
static MediaType MediaType.APPLICATION_HTTP_COOKIES
           
static MediaType MediaType.APPLICATION_JAVA
           
static MediaType MediaType.APPLICATION_JAVA_ARCHIVE
           
static MediaType MediaType.APPLICATION_JAVA_OBJECT
           
static MediaType MediaType.APPLICATION_JAVASCRIPT
           
static MediaType MediaType.APPLICATION_JNLP
           
static MediaType MediaType.APPLICATION_JSON
           
static MediaType MediaType.APPLICATION_LATEX
           
static MediaType MediaType.APPLICATION_MAC_BINHEX40
           
static MediaType MediaType.APPLICATION_MATHML_XML
           
static MediaType MediaType.APPLICATION_OCTET_STREAM
           
static MediaType MediaType.APPLICATION_PDF
           
static MediaType MediaType.APPLICATION_POSTSCRIPT
           
static MediaType MediaType.APPLICATION_POWERPOINT
           
static MediaType MediaType.APPLICATION_PROJECT
           
static MediaType MediaType.APPLICATION_RDF_XML
           
static MediaType MediaType.APPLICATION_RELAXNG_COMPACT
           
static MediaType MediaType.APPLICATION_RELAXNG_XML
           
static MediaType MediaType.APPLICATION_RSS_XML
           
static MediaType MediaType.APPLICATION_RTF
           
static MediaType MediaType.APPLICATION_STUFFIT
           
static MediaType MediaType.APPLICATION_TAR
           
static MediaType MediaType.APPLICATION_TEX
           
static MediaType MediaType.APPLICATION_TROFF_MAN
           
static MediaType MediaType.APPLICATION_VOICEXML
           
static MediaType MediaType.APPLICATION_W3C_SCHEMA_XML
           
static MediaType MediaType.APPLICATION_W3C_XSLT
           
static MediaType MediaType.APPLICATION_WADL_XML
           
static MediaType MediaType.APPLICATION_WORD
           
static MediaType MediaType.APPLICATION_WWW_FORM
           
static MediaType MediaType.APPLICATION_XHTML_XML
           
static MediaType MediaType.APPLICATION_XML
           
static MediaType MediaType.APPLICATION_XML_DTD
           
static MediaType MediaType.APPLICATION_XUL
           
static MediaType MediaType.APPLICATION_ZIP
           
static MediaType MediaType.AUDIO_ALL
           
static MediaType MediaType.AUDIO_BASIC
           
static MediaType MediaType.AUDIO_MIDI
           
static MediaType MediaType.AUDIO_MPEG
           
static MediaType MediaType.AUDIO_REAL
           
static MediaType MediaType.AUDIO_WAV
           
static MediaType MediaType.IMAGE_ALL
           
static MediaType MediaType.IMAGE_BMP
           
static MediaType MediaType.IMAGE_GIF
           
static MediaType MediaType.IMAGE_ICON
           
static MediaType MediaType.IMAGE_JPEG
           
static MediaType MediaType.IMAGE_PNG
           
static MediaType MediaType.IMAGE_SVG
           
static MediaType MediaType.IMAGE_TIFF
           
static MediaType MediaType.MESSAGE_ALL
           
static MediaType MediaType.MODEL_ALL
           
static MediaType MediaType.MODEL_VRML
           
static MediaType MediaType.MULTIPART_ALL
           
static MediaType MediaType.MULTIPART_FORM_DATA
           
static MediaType MediaType.TEXT_ALL
           
static MediaType MediaType.TEXT_CALENDAR
           
static MediaType MediaType.TEXT_CSS
           
static MediaType MediaType.TEXT_HTML
           
static MediaType MediaType.TEXT_J2ME_APP_DESCRIPTOR
           
static MediaType MediaType.TEXT_JAVASCRIPT
           
static MediaType MediaType.TEXT_PLAIN
           
static MediaType MediaType.TEXT_RDF_N3
           
static MediaType MediaType.TEXT_URI_LIST
           
static MediaType MediaType.TEXT_VCARD
           
static MediaType MediaType.TEXT_XML
           
static MediaType MediaType.VIDEO_ALL
           
static MediaType MediaType.VIDEO_AVI
           
static MediaType MediaType.VIDEO_MP4
           
static MediaType MediaType.VIDEO_MPEG
           
static MediaType MediaType.VIDEO_QUICKTIME
           
static MediaType MediaType.VIDEO_WMV
           
 

Methods in org.restlet.gwt.data that return MediaType
static MediaType MediaType.getMostSpecific(MediaType... mediaTypes)
          Returns the first of the most specific MediaTypes of the given array of MediaTypes.
static MediaType MediaType.register(java.lang.String name, java.lang.String description)
          Register a media type as a known type that can later be retrieved using valueOf(String).
static MediaType MediaType.valueOf(java.lang.String name)
          Returns the media type associated to a name.
 

Methods in org.restlet.gwt.data that return types with arguments of type MediaType
 java.util.List<Preference<MediaType>> ClientInfo.getAcceptedMediaTypes()
          Returns the modifiable list of media type preferences.
 

Methods in org.restlet.gwt.data with parameters of type MediaType
static MediaType MediaType.getMostSpecific(MediaType... mediaTypes)
          Returns the first of the most specific MediaTypes of the given array of MediaTypes.
 boolean MediaType.includes(MediaType included)
          Indicates if a given media type is included in the current one.
 boolean MediaType.isCompatible(MediaType otherMediaType)
          Checks if this MediaType is compatible with the given media type.
 void Message.setEntity(java.lang.String value, MediaType mediaType)
          Sets a textual entity.
 

Method parameters in org.restlet.gwt.data with type arguments of type MediaType
 void ClientInfo.setAcceptedMediaTypes(java.util.List<Preference<MediaType>> acceptedMediaTypes)
          Sets the media type preferences.
 

Uses of MediaType in org.restlet.gwt.resource
 

Methods in org.restlet.gwt.resource that return MediaType
 MediaType Variant.getMediaType()
          Returns the media type.
 

Methods in org.restlet.gwt.resource with parameters of type MediaType
 void Variant.setMediaType(MediaType mediaType)
          Sets the media type.
 

Constructors in org.restlet.gwt.resource with parameters of type MediaType
JsonRepresentation(MediaType mediaType)
          Constructor for an empty document.
JsonRepresentation(MediaType mediaType, JSONValue value)
          Constructor from an existing DOM document.
Representation(MediaType mediaType)
          Constructor.
StringRepresentation(java.lang.String text, MediaType mediaType)
          Constructor.
StringRepresentation(java.lang.String text, MediaType mediaType, Language language)
          Constructor.
StringRepresentation(java.lang.String text, MediaType mediaType, Language language, CharacterSet characterSet)
          Constructor.
Variant(MediaType mediaType)
          Constructor.
XmlRepresentation(MediaType mediaType)
          Constructor for an empty document.
XmlRepresentation(MediaType mediaType, Document xmlDocument)
          Constructor from an existing DOM document.
 

Uses of MediaType in org.restlet.gwt.util
 

Methods in org.restlet.gwt.util that return MediaType
abstract  MediaType Engine.parseContentType(java.lang.String contentType)
          Parses the given Content Type.
 



Copyright © 2005-2008 Noelios Technologies.