Uses of Class
org.restlet.data.Metadata

Packages that use Metadata
org.restlet.data Element of information handled by a component via a connector. 
org.restlet.service Service classes used by applications and components. 
 

Uses of Metadata in org.restlet.data
 

Classes in org.restlet.data with type parameters of type Metadata
 class Preference<T extends Metadata>
          Metadata preference definition.
 

Subclasses of Metadata in org.restlet.data
 class ChallengeScheme
          Challenge scheme used to authenticate remote clients.
 class CharacterSet
          Character set used to encode characters in textual representations.
 class Encoding
          Modifier of a representation's media type.
 class Language
          Language used in representations and preferences.
 class MediaType
          Media type used in representations and preferences.
 class Method
          Method to execute when handling a call.
 class Protocol
          Protocol used by client and server connectors.
 class Status
          Status to return after handling a call.
 class Tag
          Validation tag equivalent to the HTTP entity tag.
 

Uses of Metadata in org.restlet.service
 

Methods in org.restlet.service that return Metadata
 Metadata MetadataService.getMetadata(java.lang.String extension)
          Returns the metadata associated to this extension.
 

Methods in org.restlet.service that return types with arguments of type Metadata
 java.util.Map<java.lang.String,Metadata> MetadataService.getMappings()
          Deprecated. .
 

Methods in org.restlet.service with parameters of type Metadata
 void MetadataService.addExtension(java.lang.String extension, Metadata metadata)
          Maps an extension to some metadata (media type, language or character set) to an extension.
 void MetadataService.addExtension(java.lang.String extension, Metadata metadata, boolean preferred)
          Maps an extension to some metadata (media type, language or character set) to an extension.
 java.lang.String MetadataService.getExtension(Metadata metadata)
          Returns the first extension mapping to this metadata.
 

Method parameters in org.restlet.service with type arguments of type Metadata
 void MetadataService.setMappings(java.util.Map<java.lang.String,Metadata> mappings)
          Deprecated.  
 



Copyright © 2005-2008 Noelios Technologies.