Uses of Class
org.restlet.representation.RepresentationInfo
-
Packages that use RepresentationInfo Package Description org.restlet.data Information exchanged by components.org.restlet.engine.application Supports Restlet applications.org.restlet.engine.connector Integration with Java URLConnection class.org.restlet.engine.local Supports local connectors and resources.org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.org.restlet.ext.emf Integration with EMF @minor-version@.org.restlet.ext.gson Integration with Gson @minor-version@.org.restlet.ext.html Support for the HTML (HyperText Markup Language) standard in its 4.0 version and above.org.restlet.ext.jackson Integration with Jackson @minor-version@.org.restlet.ext.javamail Integration with JavaMail @minor-version@ (POP3 and SMTP clients).org.restlet.ext.jaxb Integration with Java XML Binding (JAXB) @minor-version@.org.restlet.ext.jaxrs.internal.util org.restlet.ext.json Support for JSON representations.org.restlet.ext.rdf Support for the RDF parsing and generation.org.restlet.ext.velocity Integration with Apache Velocity @minor-version@.org.restlet.ext.wadl Support the WADL specification.org.restlet.ext.xml Support for XML and XSLT representations.org.restlet.representation Common representation data elements.org.restlet.resource Client and server resource classes.org.restlet.util Various utility classes. -
-
Uses of RepresentationInfo in org.restlet.data
Methods in org.restlet.data with parameters of type RepresentationInfo Modifier and Type Method Description StatusConditions. getRangeStatus(RepresentationInfo representationInfo)Returns the range conditional status of an entity.StatusConditions. 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.application Modifier and Type Class Description classDecodeRepresentationRepresentation that decodes a wrapped representation if its encoding is supported.classEncodeRepresentationContent that encodes a wrapped content.classRangeRepresentationRepresentation that exposes only a range of the content of a wrapped representation. -
Uses of RepresentationInfo in org.restlet.engine.connector
Subclasses of RepresentationInfo in org.restlet.engine.connector Modifier and Type Class Description (package private) classConnectionClosingRepresentationRepresentation that wraps another representation and closes the parentHttpURLConnectionwhen the representation is released. -
Uses of RepresentationInfo in org.restlet.engine.local
Subclasses of RepresentationInfo in org.restlet.engine.local Modifier and Type Class Description classZipEntryRepresentationAn entry in a Zip/JAR file. -
Uses of RepresentationInfo in org.restlet.ext.atom
Subclasses of RepresentationInfo in org.restlet.ext.atom Modifier and Type Class Description classCategoriesCollection ofCategoryentries.classEntryRepresents an individual entry, acting as a component for metadata and data associated with the entry.classFeedAtom Feed Document, acting as a component for metadata and data associated with the feed.classServiceRepresents an Atom introspection document. -
Uses of RepresentationInfo in org.restlet.ext.emf
Subclasses of RepresentationInfo in org.restlet.ext.emf Modifier and Type Class Description classEmfRepresentation<T extends org.eclipse.emf.ecore.EObject>Deprecated.Will be removed in next minor release. -
Uses of RepresentationInfo in org.restlet.ext.gson
Subclasses of RepresentationInfo in org.restlet.ext.gson Modifier and Type Class Description classGsonRepresentation<T>Representation based on a JSON document. -
Uses of RepresentationInfo in org.restlet.ext.html
Subclasses of RepresentationInfo in org.restlet.ext.html Modifier and Type Class Description classFormDataSetHTML form supporting either URL encoding or multipart encoding. -
Uses of RepresentationInfo in org.restlet.ext.jackson
Subclasses of RepresentationInfo in org.restlet.ext.jackson Modifier and Type Class Description classJacksonRepresentation<T>Representation based on the Jackson library. -
Uses of RepresentationInfo in org.restlet.ext.javamail
Subclasses of RepresentationInfo in org.restlet.ext.javamail Modifier and Type Class Description classMessageRepresentationDeprecated.Will be removed in next major release.classMessagesRepresentationDeprecated.Will be removed in next major release. -
Uses of RepresentationInfo in org.restlet.ext.jaxb
Subclasses of RepresentationInfo in org.restlet.ext.jaxb Modifier and Type Class Description classJaxbRepresentation<T>An XML representation based on JAXB that provides easy translation between XML and JAXB element class trees. -
Uses of RepresentationInfo in org.restlet.ext.jaxrs.internal.util
Subclasses of RepresentationInfo in org.restlet.ext.jaxrs.internal.util Modifier and Type Class Description classJaxRsOutputRepresentation<T>Deprecated.Will be removed in next minor release. -
Uses of RepresentationInfo in org.restlet.ext.json
Subclasses of RepresentationInfo in org.restlet.ext.json Modifier and Type Class Description classJsonpRepresentationWrappers that adds a JSONP header and footer to JSON representations.classJsonRepresentationRepresentation based on a JSON document. -
Uses of RepresentationInfo in org.restlet.ext.rdf
Subclasses of RepresentationInfo in org.restlet.ext.rdf Modifier and Type Class Description classRdfRepresentationGeneric RDF representation. -
Uses of RepresentationInfo in org.restlet.ext.velocity
Subclasses of RepresentationInfo in org.restlet.ext.velocity Modifier and Type Class Description classTemplateRepresentationVelocity template representation. -
Uses of RepresentationInfo in org.restlet.ext.wadl
Subclasses of RepresentationInfo in org.restlet.ext.wadl Modifier and Type Class Description classWadlRepresentationDeprecated.Will be removed in next major release. -
Uses of RepresentationInfo in org.restlet.ext.xml
Subclasses of RepresentationInfo in org.restlet.ext.xml Modifier and Type Class Description classDomRepresentationXML representation based on a DOM document.classSaxRepresentationXML representation for SAX events processing.classTransformRepresentationRepresentation able to apply an XSLT transformation.classXmlRepresentationRepresentation based on an XML document. -
Uses of RepresentationInfo in org.restlet.representation
Subclasses of RepresentationInfo in org.restlet.representation Modifier and Type Class Description classAppendableRepresentationRepresents an appendable sequence of characters.classBufferingRepresentationRepresentation capable of buffering the wrapped representation.classByteArrayRepresentationRepresentation wrapping a byte array.classChannelRepresentationRepresentation based on a NIO byte channel.classCharacterRepresentationRepresentation based on a BIO character stream.classDigesterRepresentationRepresentation capable of computing a digest.classEmptyRepresentationEmpty representation with no content.classFileRepresentationRepresentation based on a static file.classInputRepresentationTransient representation based on a BIO input stream.classObjectRepresentation<T extends java.io.Serializable>Representation based on a serializable Java object.
It supports binary representations of JavaBeans using theObjectInputStreamandObjectOutputStreamclasses.classOutputRepresentationRepresentation based on a BIO output stream.classReadableRepresentationTransient representation based on a readable NIO byte channel.classReaderRepresentationTransient representation based on a BIO characters reader.classRepresentationCurrent or intended state of a resource.classStreamRepresentationRepresentation based on a BIO stream.classStringRepresentationRepresents an Unicode string that can be converted to any character set supported by Java.classWritableRepresentationRepresentation based on a writable NIO byte channel.classWriterRepresentationRepresentation based on a BIO characters writer. -
Uses of RepresentationInfo in org.restlet.resource
Methods in org.restlet.resource that return RepresentationInfo Modifier and Type Method Description private RepresentationInfoServerResource. doGetInfo()Returns a descriptor of the response entity returned by aMethod.GETcall.private RepresentationInfoServerResource. doGetInfo(Variant variant)Returns a descriptor of the response entity returned by a negotiatedMethod.GETcall.protected RepresentationInfoServerResource. getInfo()Returns information about the resource's representation.protected RepresentationInfoServerResource. getInfo(Variant variant)Returns information about the resource's representation. -
Uses of RepresentationInfo in org.restlet.util
Subclasses of RepresentationInfo in org.restlet.util Modifier and Type Class Description classWrapperRepresentationRepresentation wrapper.
-