Package org.restlet.resource

Common resource and representation data elements.

See:
          Description

Class Summary
ChannelRepresentation Representation based on a NIO byte channel.
DomRepresentation XML representation based on a DOM document.
FileRepresentation Representation based on a file.
InputRepresentation Transient representation based on a BIO input stream.
ObjectRepresentation 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.
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.
XmlRepresentation Representation based on an XML document.
 

Package org.restlet.resource Description

Common resource and representation data elements.

Since:
1.0


Copyright © 2005-2007 Noelios Technologies.