Uses of Class
org.restlet.representation.OutputRepresentation
-
Packages that use OutputRepresentation Package Description org.restlet.ext.emf Integration with EMF @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.jaxrs.internal.util org.restlet.representation Common representation data elements. -
-
Uses of OutputRepresentation in org.restlet.ext.emf
Subclasses of OutputRepresentation 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 OutputRepresentation in org.restlet.ext.html
Subclasses of OutputRepresentation in org.restlet.ext.html Modifier and Type Class Description classFormDataSetHTML form supporting either URL encoding or multipart encoding. -
Uses of OutputRepresentation in org.restlet.ext.jackson
Subclasses of OutputRepresentation in org.restlet.ext.jackson Modifier and Type Class Description classJacksonRepresentation<T>Representation based on the Jackson library. -
Uses of OutputRepresentation in org.restlet.ext.jaxrs.internal.util
Subclasses of OutputRepresentation in org.restlet.ext.jaxrs.internal.util Modifier and Type Class Description classJaxRsOutputRepresentation<T>Deprecated.Will be removed in next minor release. -
Uses of OutputRepresentation in org.restlet.representation
Subclasses of OutputRepresentation in org.restlet.representation Modifier and Type Class Description classObjectRepresentation<T extends java.io.Serializable>Representation based on a serializable Java object.
It supports binary representations of JavaBeans using theObjectInputStreamandObjectOutputStreamclasses.
-