Uses of Package
org.restlet.representation

Packages that use org.restlet.representation
org.restlet Core classes of the API. 
org.restlet.data Information exchanged by components. 
org.restlet.representation Common representation data elements. 
org.restlet.resource Client and server resource classes. 
org.restlet.routing Classes related to call routing. 
org.restlet.service Services used by applications and components. 
org.restlet.util Various utility classes. 
 

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

Classes in org.restlet.representation used by org.restlet.data
Representation
          Current or intended state of a resource.
RepresentationInfo
          Information about a representation.
Variant
          Descriptor for available representations of a resource.
 

Classes in org.restlet.representation used by org.restlet.representation
ChannelRepresentation
          Representation based on a NIO byte channel.
CharacterRepresentation
          Representation based on a BIO character stream.
InputRepresentation
          Transient representation based on a BIO input stream.
OutputRepresentation
          Representation based on a BIO output stream.
Representation
          Current or intended state of a resource.
RepresentationInfo
          Information about a representation.
StreamRepresentation
          Representation based on a BIO stream.
StringRepresentation
          Represents an Unicode string that can be converted to any character set supported by Java.
Variant
          Descriptor for available representations of a resource.
 

Classes in org.restlet.representation used by org.restlet.resource
Representation
          Current or intended state of a resource.
RepresentationInfo
          Information about a representation.
Variant
          Descriptor for available representations of a resource.
 

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

Classes in org.restlet.representation used by org.restlet.service
Representation
          Current or intended state of a resource.
Variant
          Descriptor for available representations of a resource.
 

Classes in org.restlet.representation used by org.restlet.util
Representation
          Current or intended state of a resource.
RepresentationInfo
          Information about a representation.
Variant
          Descriptor for available representations of a resource.
 



Copyright © 2005-2013 Restlet.