Groovy Documentation

griffon.plugins.rest
[Java] Class RestContributionAdapter

java.lang.Object
  griffon.plugins.rest.RestContributionAdapter
All Implemented Interfaces:
RestContributionHandler

public class RestContributionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private RestProvider provider

 
Constructor Summary
RestContributionAdapter()

 
Method Summary
RestProvider getRestProvider()

void setRestProvider(RestProvider provider)

R withAsyncHttp(Map params, Closure closure)

R withAsyncHttp(Map params, CallableWithArgs callable)

R withHttp(Map params, Closure closure)

R withHttp(Map params, CallableWithArgs callable)

R withRest(Map params, Closure closure)

R withRest(Map params, CallableWithArgs callable)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

provider

private RestProvider provider


 
Constructor Detail

RestContributionAdapter

RestContributionAdapter()


 
Method Detail

getRestProvider

public RestProvider getRestProvider()


setRestProvider

public void setRestProvider(RestProvider provider)


withAsyncHttp

public R withAsyncHttp(Map params, Closure closure)


withAsyncHttp

public R withAsyncHttp(Map params, CallableWithArgs callable)


withHttp

public R withHttp(Map params, Closure closure)


withHttp

public R withHttp(Map params, CallableWithArgs callable)


withRest

public R withRest(Map params, Closure closure)


withRest

public R withRest(Map params, CallableWithArgs callable)


 

Groovy Documentation