Uses of Class
org.restlet.data.Conditions

Packages that use Conditions
org.restlet.data Element of information handled by a component via a connector. 
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

Uses of Conditions in org.restlet.data
 

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

Methods in org.restlet.data with parameters of type Conditions
 void Request.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.
 



Copyright © 2005-2008 Noelios Technologies.