Uses of Package
org.restlet.resource

Packages that use org.restlet.resource
org.restlet Core classes of the API. 
org.restlet.data Element of information handled by a component via a connector. 
org.restlet.resource Common resource and representation data elements. 
org.restlet.service Service classes used by applications and components. 
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

Classes in org.restlet.resource used by org.restlet
Representation
          Current or intended state of a resource.
Resource
          Intended conceptual target of a hypertext reference.
Variant
          Descriptor for available representations of a resource.
 

Classes in org.restlet.resource used by org.restlet.data
DomRepresentation
          XML representation based on a DOM document.
Representation
          Current or intended state of a resource.
Resource
          Intended conceptual target of a hypertext reference.
SaxRepresentation
          XML representation for SAX events processing.
Variant
          Descriptor for available representations of a resource.
 

Classes in org.restlet.resource used by org.restlet.resource
ChannelRepresentation
          Representation based on a NIO byte channel.
CharacterRepresentation
          Representation based on a BIO character stream.
OutputRepresentation
          Representation based on a BIO output stream.
Representation
          Current or intended state of a resource.
ResourceException
          Encapsulates a response status and the optional cause as a checked exception.
StreamRepresentation
          Representation based on a BIO stream.
Variant
          Descriptor for available representations of a resource.
XmlRepresentation
          Representation based on an XML document.
 

Classes in org.restlet.resource used by org.restlet.service
Representation
          Current or intended state of a resource.
 

Classes in org.restlet.resource used by org.restlet.util
DomRepresentation
          XML representation based on a DOM document.
Representation
          Current or intended state of a resource.
Resource
          Intended conceptual target of a hypertext reference.
SaxRepresentation
          XML representation for SAX events processing.
Variant
          Descriptor for available representations of a resource.
WriterRepresentation
          Representation based on a BIO characters writer.
 



Copyright © 2005-2008 Noelios Technologies.