Uses of Class
org.granite.util.ContentType

Packages that use ContentType
org.granite.client.messaging.channel   
org.granite.client.persistence.collection   
org.granite.util   
 

Uses of ContentType in org.granite.client.messaging.channel
 

Fields in org.granite.client.messaging.channel declared as ContentType
protected  ContentType AbstractChannelFactory.contentType
           
 

Methods in org.granite.client.messaging.channel that return ContentType
 ContentType AbstractChannelFactory.getContentType()
           
 ContentType ChannelFactory.getContentType()
           
 

Constructors in org.granite.client.messaging.channel with parameters of type ContentType
AbstractChannelFactory(ContentType contentType)
           
AbstractChannelFactory(ContentType contentType, Object context)
           
AbstractChannelFactory(ContentType contentType, Object context, Transport remotingTransport, Transport messagingTransport)
           
 

Uses of ContentType in org.granite.client.persistence.collection
 

Methods in org.granite.client.persistence.collection with parameters of type ContentType
static PersistentCollectionSnapshotFactory PersistentCollectionSnapshotFactory.newInstance(ContentType contentType)
           
 

Uses of ContentType in org.granite.util
 

Methods in org.granite.util that return ContentType
static ContentType ContentType.forMimeType(String mimeType)
           
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.