Package org.restlet.resource

Common resource and representation data elements.

See:
          Description

Class Summary
ChannelRepresentation Representation based on a NIO byte channel.
CharacterRepresentation Representation based on a BIO character stream.
DigestRepresentation Representation capable of computing a digest.
DomRepresentation XML representation based on a DOM document.
FileRepresentation Representation based on a file.
InputRepresentation Transient representation based on a BIO input stream.
ObjectRepresentation<T extends Serializable> Representation based on a serializable Java object.
OutputRepresentation Representation based on a BIO output stream.
ReadableRepresentation Transient representation based on a readable NIO byte channel.
ReaderRepresentation Transient representation based on a BIO characters reader.
Representation Current or intended state of a resource.
Resource Intended conceptual target of a hypertext reference.
SaxRepresentation XML representation for SAX events processing.
StreamRepresentation Representation based on a BIO stream.
StringRepresentation Represents an Unicode string that can be converted to any character set supported by Java.
TransformRepresentation Representation able to apply an XSLT transformation.
Variant Descriptor for available representations of a resource.
WritableRepresentation Representation based on a writable NIO byte channel.
WriterRepresentation Representation based on a BIO characters writer.
XmlRepresentation Representation based on an XML document.
 

Exception Summary
ResourceException Encapsulates a response status and the optional cause as a checked exception.
 

Package org.restlet.resource Description

Common resource and representation data elements.

Since:
1.0


Copyright © 2005-2008 Noelios Technologies.