Uses of Class
org.restlet.data.Disposition
-
Packages that use Disposition Package Description org.restlet.engine.header Supports HTTP header parsing and formatting.org.restlet.ext.html Support for the HTML (HyperText Markup Language) standard in its 4.0 version and above.org.restlet.representation Common representation data elements.org.restlet.util Various utility classes. -
-
Uses of Disposition in org.restlet.engine.header
Methods in org.restlet.engine.header that return Disposition Modifier and Type Method Description DispositionDispositionReader. readValue()Methods in org.restlet.engine.header with parameters of type Disposition Modifier and Type Method Description DispositionWriterDispositionWriter. append(Disposition disposition)static java.lang.StringDispositionWriter. write(Disposition disposition)Formats a disposition. -
Uses of Disposition in org.restlet.ext.html
Methods in org.restlet.ext.html that return Disposition Modifier and Type Method Description DispositionFormData. getDisposition()Returns the content disposition of the value representation. -
Uses of Disposition in org.restlet.representation
Fields in org.restlet.representation declared as Disposition Modifier and Type Field Description private DispositionRepresentation. dispositionThe disposition characteristics of the representation.Methods in org.restlet.representation that return Disposition Modifier and Type Method Description DispositionRepresentation. getDisposition()Returns the disposition characteristics of the representation.Methods in org.restlet.representation with parameters of type Disposition Modifier and Type Method Description voidRepresentation. setDisposition(Disposition disposition)Sets the disposition characteristics of the representation. -
Uses of Disposition in org.restlet.util
Methods in org.restlet.util that return Disposition Modifier and Type Method Description DispositionWrapperRepresentation. getDisposition()Methods in org.restlet.util with parameters of type Disposition Modifier and Type Method Description voidWrapperRepresentation. setDisposition(Disposition disposition)
-