Uses of Class
org.restlet.data.Conditions

Packages that use Conditions
org.restlet Core classes of the API. 
org.restlet.resource Client and server resource classes. 
org.restlet.util Various utility classes. 
 

Uses of Conditions in org.restlet
 

Methods in org.restlet that return Conditions
 Conditions Request.getConditions()
          Returns the modifiable conditions applying to this request.
 

Methods in org.restlet with parameters of type Conditions
 void Request.setConditions(Conditions conditions)
          Sets the conditions applying to this request.
 

Uses of Conditions in org.restlet.resource
 

Methods in org.restlet.resource that return Conditions
 Conditions Resource.getConditions()
          Returns the modifiable conditions applying to this request.
 

Methods in org.restlet.resource with parameters of type Conditions
 void ClientResource.setConditions(Conditions conditions)
          Sets the conditions applying to this request.
 

Uses of Conditions in org.restlet.util
 

Methods in org.restlet.util that return Conditions
 Conditions WrapperRequest.getConditions()
          Returns the conditions applying to this call.
 

Methods in org.restlet.util with parameters of type Conditions
 void WrapperRequest.setConditions(Conditions conditions)
           
 



Copyright © 2005-2013 Restlet.