Uses of Class
org.fusesource.restygwt.client.Method

Packages that use Method
org.fusesource.restygwt.client   
org.fusesource.restygwt.client.callback   
org.fusesource.restygwt.client.dispatcher   
org.fusesource.restygwt.example.client.dispatcher   
 

Uses of Method in org.fusesource.restygwt.client
 

Subclasses of Method in org.fusesource.restygwt.client
 class JsonpMethod
          A specialized method which accesses a resource as a JSONP request.
 

Fields in org.fusesource.restygwt.client declared as Method
protected  Method AbstractRequestCallback.method
           
 

Methods in org.fusesource.restygwt.client that return Method
 Method Resource.delete()
           
 Method Method.expect(int... statuses)
          sets the expected response status code.
 Method JsonpMethod.expect(int... status)
           
 Method Resource.get()
           
 Method Resource.head()
           
 Method Method.header(String header, String value)
           
 Method JsonpMethod.header(String header, String value)
           
 Method Method.headers(Map<String,String> headers)
           
 Method JsonpMethod.headers(Map<String,String> headers)
           
 Method Method.json(JSONValue data)
           
 Method JsonpMethod.json(JSONValue data)
           
 Method Resource.options()
           
 Method Method.password(String password)
           
 Method JsonpMethod.password(String password)
           
 Method Resource.post()
           
 Method Resource.put()
           
 Method Method.text(String data)
           
 Method JsonpMethod.text(String data)
           
 Method Method.timeout(int timeout)
           
 Method JsonpMethod.timeout(int timeout)
           
 Method Method.user(String user)
           
 Method JsonpMethod.user(String user)
           
 Method Method.xml(Document data)
           
 Method JsonpMethod.xml(Document data)
           
 

Methods in org.fusesource.restygwt.client with parameters of type Method
 void MethodCallback.onFailure(Method method, Throwable exception)
           
 void MethodCallback.onSuccess(Method method, T response)
           
 Request Dispatcher.send(Method method, RequestBuilder builder)
           
 

Constructors in org.fusesource.restygwt.client with parameters of type Method
AbstractRequestCallback(Method method, MethodCallback<T> callback)
           
 

Uses of Method in org.fusesource.restygwt.client.callback
 

Fields in org.fusesource.restygwt.client.callback declared as Method
protected  Method DefaultFilterawareRequestCallback.method
           
 

Methods in org.fusesource.restygwt.client.callback with parameters of type Method
protected  void RestfulCachingCallbackFilter.cacheResult(Method method, Response response)
           
protected  void CachingCallbackFilter.cacheResult(Method method, Response response)
           
 FilterawareRequestCallback RetryingCallbackFactory.createCallback(Method method)
          helper method to create the callback with all configurations wanted
 RequestCallback NonFilteringCallbackFactory.createCallback(Method method)
           
 FilterawareRequestCallback DefaultCallbackFactory.createCallback(Method method)
          helper method to create the callback with all configurations wanted
 RequestCallback CallbackFactory.createCallback(Method method)
           
 RequestCallback XSRFTokenCallbackFilter.filter(Method method, Response response, RequestCallback callback)
           
 RequestCallback ModelChangeCallbackFilter.filter(Method method, Response response, RequestCallback callback)
          the real filter method, called independent of the response code TODO method.getResponse() is not equal to response.
 RequestCallback CallbackFilter.filter(Method method, Response response, RequestCallback callback)
          main filter method for a callbackfilter.
 RequestCallback CachingCallbackFilter.filter(Method method, Response response, RequestCallback callback)
          the real filter method, called independent of the response code TODO method.getResponse() is not equal to response.
protected  String[] CachingCallbackFilter.getCacheDomains(Method method)
          when using the Domain annotation on services, we are able to group responses of a service to invalidate them later on more fine grained.
 

Constructors in org.fusesource.restygwt.client.callback with parameters of type Method
DefaultFilterawareRequestCallback(Method method)
           
RetryingFilterawareRequestCallback(Method method)
           
RetryingFilterawareRequestCallback(Method method, int gracePeriodMillis, int numberOfRetries)
           
 

Uses of Method in org.fusesource.restygwt.client.dispatcher
 

Methods in org.fusesource.restygwt.client.dispatcher with parameters of type Method
 boolean XSRFTokenDispatcherFilter.filter(Method method, RequestBuilder builder)
           
 boolean DispatcherFilter.filter(Method method, RequestBuilder builder)
          main filter method for a dispatcherfilter.
 boolean DefaultDispatcherFilter.filter(Method method, RequestBuilder builder)
          main filter method for a dispatcherfilter.
 boolean CachingDispatcherFilter.filter(Method method, RequestBuilder builder)
          main filter method for a dispatcherfilter.
 Request DefaultFilterawareDispatcher.send(Method method, RequestBuilder builder)
           
 Request DefaultDispatcher.send(Method method, RequestBuilder builder)
           
 

Uses of Method in org.fusesource.restygwt.example.client.dispatcher
 

Methods in org.fusesource.restygwt.example.client.dispatcher with parameters of type Method
 RequestCallback UnauthorizedCallbackFilter.filter(Method method, Response response, RequestCallback callback)
           
 



Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.