Uses of Class
com.google.gwt.gadgets.client.io.ContentType

Packages that use ContentType
com.google.gwt.gadgets.client.io   
 

Uses of ContentType in com.google.gwt.gadgets.client.io
 

Methods in com.google.gwt.gadgets.client.io that return ContentType
static ContentType ContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentType[] ContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.gadgets.client.io with parameters of type ContentType
 RequestOptions RequestOptions.setContentType(ContentType contentType)
          Sets a type of content of the requested resource.
 



Copyright © 2014. All rights reserved.