Uses of Class
com.jalios.rest.client.RestQuery

Packages that use RestQuery
com.jalios.rest.client   
 

Uses of RestQuery in com.jalios.rest.client
 

Methods in com.jalios.rest.client that return RestQuery
 RestQuery RestQuery.addFormMultipartFile(String filename, File file)
          If this method is called, the Content-Type is form-multipart and it is also the format of the entity body, even if the file in parameter is null or empty.
 RestQuery RestQuery.addRelateds(Relateds relateds)
          Add relateds parameter to the query (as parameters in the queryString)
 RestQuery ClientSession.createQuery(org.restlet.data.Reference reference)
           
 RestQuery ClientSession.createQuery(String resourcePath)
           
 RestQuery RestQuery.setAuthentication(Authentication authentication)
          A specific authentification may be used for this query.
 RestQuery RestQuery.setForm(org.restlet.data.Form form)
          Add a list of parameters to the current query.
 RestQuery RestQuery.setNoRedirectExpected()
          Indicates no redirect is expected.
 RestQuery RestQuery.setParam(String key, String value)
          Add one parameter to the current query.
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.