Uses of Class
org.restlet.representation.RepresentationInfo
Packages that use RepresentationInfo
Package
Description
Information exchanged by components.
Supports Restlet applications.
Supports local connectors and resources.
Common representation data elements.
Client and server resource classes.
Various utility classes.
-
Uses of RepresentationInfo in org.restlet.data
Methods in org.restlet.data with parameters of type RepresentationInfoModifier and TypeMethodDescriptionConditions.getRangeStatus(RepresentationInfo representationInfo) Returns the range conditional status of an entity.Conditions.getStatus(Method method, RepresentationInfo representationInfo) Returns the conditional status of a variant using a given method. -
Uses of RepresentationInfo in org.restlet.engine.application
Subclasses of RepresentationInfo in org.restlet.engine.applicationModifier and TypeClassDescriptionclassRepresentation that decodes a wrapped representation if its encoding is supported.classContent that encodes a wrapped content.classRepresentation that exposes only a range of the content of a wrapped representation. -
Uses of RepresentationInfo in org.restlet.engine.local
Subclasses of RepresentationInfo in org.restlet.engine.local -
Uses of RepresentationInfo in org.restlet.representation
Subclasses of RepresentationInfo in org.restlet.representationModifier and TypeClassDescriptionclassRepresents an appendable sequence of characters.classRepresentation capable of buffering the wrapped representation.classRepresentation wrapping a byte array.classRepresentation based on a BIO character stream.classRepresentation capable of computing a digest.classEmpty representation with no content.classRepresentation based on a static file.classTransient representation based on a BIO input stream.classObjectRepresentation<T extends Serializable>Representation based on a serializable Java object.
It supports binary representations of JavaBeans using theObjectInputStreamandObjectOutputStreamclasses.classRepresentation based on a BIO output stream.classTransient representation based on a BIO characters reader.classCurrent or intended state of a resource.classRepresentation based on a BIO stream.classRepresents an Unicode string that can be converted to any character set supported by Java.classRepresentation based on a BIO characters writer. -
Uses of RepresentationInfo in org.restlet.resource
Methods in org.restlet.resource that return RepresentationInfoModifier and TypeMethodDescriptionprotected RepresentationInfoServerResource.getInfo()Returns information about the resource's representation.protected RepresentationInfoReturns information about the resource's representation. -
Uses of RepresentationInfo in org.restlet.util
Subclasses of RepresentationInfo in org.restlet.util