Uses of Class
org.restlet.data.Conditions
-
Packages that use Conditions Package Description 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 Modifier and Type Method Description Conditions
Request. getConditions()
Returns the modifiable conditions applying to this request.Methods in org.restlet with parameters of type Conditions Modifier and Type Method Description 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 Modifier and Type Method Description Conditions
Resource. getConditions()
Returns the modifiable conditions applying to this request.Methods in org.restlet.resource with parameters of type Conditions Modifier and Type Method Description 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 Modifier and Type Method Description Conditions
WrapperRequest. getConditions()
Returns the conditions applying to this call.Methods in org.restlet.util with parameters of type Conditions Modifier and Type Method Description void
WrapperRequest. setConditions(Conditions conditions)
-