Uses of Class
org.restlet.data.Disposition

Packages that use Disposition
org.restlet.engine.header Supports HTTP header parsing and formatting. 
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
 Disposition DispositionReader.readValue()
           
 

Methods in org.restlet.engine.header with parameters of type Disposition
 DispositionWriter DispositionWriter.append(Disposition disposition)
           
static String DispositionWriter.write(Disposition disposition)
          Formats a disposition.
 

Uses of Disposition in org.restlet.representation
 

Methods in org.restlet.representation that return Disposition
 Disposition Representation.getDisposition()
          Returns the disposition characteristics of the representation.
 

Methods in org.restlet.representation with parameters of type Disposition
 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
 Disposition WrapperRepresentation.getDisposition()
           
 

Methods in org.restlet.util with parameters of type Disposition
 void WrapperRepresentation.setDisposition(Disposition disposition)
           
 



Copyright © 2005-2014 Restlet.