Uses of Class
org.restlet.data.Disposition
-
Packages that use Disposition Package Description org.restlet.representation Common representation data elements.org.restlet.util Various utility classes. -
-
Uses of Disposition in org.restlet.representation
Methods in org.restlet.representation that return Disposition Modifier and Type Method Description Disposition
Representation. getDisposition()
Returns the disposition characteristics of the representation.Methods in org.restlet.representation with parameters of type Disposition Modifier and Type Method Description void
Representation. 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 Disposition
WrapperRepresentation. getDisposition()
Methods in org.restlet.util with parameters of type Disposition Modifier and Type Method Description void
WrapperRepresentation. setDisposition(Disposition disposition)
-