Uses of Class
org.spiffyui.client.rest.RESTOptions

Packages that use RESTOptions
org.spiffyui.client.rest The rest package contains interfaces and classes for calling remote REST services. 
 

Uses of RESTOptions in org.spiffyui.client.rest
 

Methods in org.spiffyui.client.rest that return RESTOptions
 RESTOptions RESTOptions.setCallback(RESTCallback callback)
          Set the callback for this REST request.
 RESTOptions RESTOptions.setContentType(java.lang.String contentType)
          Set the content type for this request.
 RESTOptions RESTOptions.setData(JSONValue data)
           Set the data for this REST request.
 RESTOptions RESTOptions.setDataString(java.lang.String data)
           Set the data for this REST request as a string.
 RESTOptions RESTOptions.setEtag(java.lang.String etag)
           Set the etag for this REST request.
 RESTOptions RESTOptions.setHeaders(java.util.Map<java.lang.String,java.lang.String> headers)
           Set the HTTP headers for this REST request.
 RESTOptions RESTOptions.setIsLoginRequest(boolean isLoginRequest)
          Set this REST request as a login request.
 RESTOptions RESTOptions.setMethod(RESTility.HTTPMethod method)
          Set the REST request method.
 RESTOptions RESTOptions.setShouldReplay(boolean shouldReplay)
           Set if this REST request should be replayed.
 RESTOptions RESTOptions.setURL(java.lang.String url)
          Set the URL for this REST request.
 

Methods in org.spiffyui.client.rest with parameters of type RESTOptions
static void RESTility.callREST(RESTOptions options)
           Make an HTTP call and get the results as a JSON object.