Uses of Class
org.restlet.representation.CharacterRepresentation
-
Packages that use CharacterRepresentation Package Description 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.org.restlet.representation Common representation data elements. -
-
Uses of CharacterRepresentation in org.restlet.ext.atom
Subclasses of CharacterRepresentation 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 CharacterRepresentation in org.restlet.ext.gson
Subclasses of CharacterRepresentation in org.restlet.ext.gson Modifier and Type Class Description classGsonRepresentation<T>Representation based on a JSON document. -
Uses of CharacterRepresentation in org.restlet.ext.javamail
Subclasses of CharacterRepresentation 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 CharacterRepresentation in org.restlet.ext.jaxb
Subclasses of CharacterRepresentation 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 CharacterRepresentation in org.restlet.ext.json
Subclasses of CharacterRepresentation 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 CharacterRepresentation in org.restlet.ext.rdf
Subclasses of CharacterRepresentation in org.restlet.ext.rdf Modifier and Type Class Description classRdfRepresentationGeneric RDF representation. -
Uses of CharacterRepresentation in org.restlet.ext.velocity
Subclasses of CharacterRepresentation in org.restlet.ext.velocity Modifier and Type Class Description classTemplateRepresentationVelocity template representation. -
Uses of CharacterRepresentation in org.restlet.ext.wadl
Subclasses of CharacterRepresentation in org.restlet.ext.wadl Modifier and Type Class Description classWadlRepresentationDeprecated.Will be removed in next major release. -
Uses of CharacterRepresentation in org.restlet.ext.xml
Subclasses of CharacterRepresentation 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 CharacterRepresentation in org.restlet.representation
Subclasses of CharacterRepresentation in org.restlet.representation Modifier and Type Class Description classAppendableRepresentationRepresents an appendable sequence of characters.classReaderRepresentationTransient representation based on a BIO characters reader.classStringRepresentationRepresents an Unicode string that can be converted to any character set supported by Java.classWriterRepresentationRepresentation based on a BIO characters writer.
-