Uses of Class
org.restlet.data.Disposition

Packages that use Disposition
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
 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-2013 Restlet.