Uses of Class
org.restlet.representation.WriterRepresentation
-
Packages that use WriterRepresentation Package Description org.restlet.engine.io Supports input and output work.org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.org.restlet.ext.gson Integration with Gson @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.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. -
-
Uses of WriterRepresentation in org.restlet.engine.io
Methods in org.restlet.engine.io with parameters of type WriterRepresentation Modifier and Type Method Description static java.io.ReaderIoUtils. getReader(WriterRepresentation representation)Returns a reader from a writer representation.Internally, it uses a writer thread and a pipe stream. -
Uses of WriterRepresentation in org.restlet.ext.atom
Subclasses of WriterRepresentation 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 WriterRepresentation in org.restlet.ext.gson
Subclasses of WriterRepresentation in org.restlet.ext.gson Modifier and Type Class Description classGsonRepresentation<T>Representation based on a JSON document. -
Uses of WriterRepresentation in org.restlet.ext.javamail
Subclasses of WriterRepresentation 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 WriterRepresentation in org.restlet.ext.jaxb
Subclasses of WriterRepresentation 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 WriterRepresentation in org.restlet.ext.json
Subclasses of WriterRepresentation 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 WriterRepresentation in org.restlet.ext.rdf
Subclasses of WriterRepresentation in org.restlet.ext.rdf Modifier and Type Class Description classRdfRepresentationGeneric RDF representation. -
Uses of WriterRepresentation in org.restlet.ext.velocity
Subclasses of WriterRepresentation in org.restlet.ext.velocity Modifier and Type Class Description classTemplateRepresentationVelocity template representation. -
Uses of WriterRepresentation in org.restlet.ext.wadl
Subclasses of WriterRepresentation in org.restlet.ext.wadl Modifier and Type Class Description classWadlRepresentationDeprecated.Will be removed in next major release. -
Uses of WriterRepresentation in org.restlet.ext.xml
Subclasses of WriterRepresentation 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.
-