|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(String extension)
Returns the metadata associated to this extension. |
| Methods in org.restlet.service that return types with arguments of type Metadata | |
|---|---|
Map<String,Metadata> |
MetadataService.getMappings()
Deprecated. . |
| Methods in org.restlet.service with parameters of type Metadata | |
|---|---|
void |
MetadataService.addExtension(String extension,
Metadata metadata)
Maps an extension to some metadata (media type, language or character set) to an extension. |
void |
MetadataService.addExtension(String extension,
Metadata metadata,
boolean preferred)
Maps an extension to some metadata (media type, language or character set) to an extension. |
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(Map<String,Metadata> mappings)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||