Uses of Class
org.restlet.data.Disposition
Packages that use Disposition
Package
Description
Supports HTTP header parsing and formatting.
Common representation data elements.
Various utility classes.
-
Uses of Disposition in org.restlet.engine.header
Methods in org.restlet.engine.header that return DispositionMethods in org.restlet.engine.header with parameters of type DispositionModifier and TypeMethodDescriptionDispositionWriter.append(Disposition disposition) static StringDispositionWriter.write(Disposition disposition) Formats a disposition. -
Uses of Disposition in org.restlet.representation
Methods in org.restlet.representation that return DispositionModifier and TypeMethodDescriptionRepresentation.getDisposition()Returns the disposition characteristics of the representation.Methods in org.restlet.representation with parameters of type DispositionModifier and TypeMethodDescriptionvoidRepresentation.setDisposition(Disposition disposition) Sets the disposition characteristics of the representation. -
Uses of Disposition in org.restlet.util
Methods in org.restlet.util that return DispositionMethods in org.restlet.util with parameters of type DispositionModifier and TypeMethodDescriptionvoidWrapperRepresentation.setDisposition(Disposition disposition)