|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.rest.RestContributionAdapter
public class RestContributionAdapter extends Object
| 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 |
|---|
private RestProvider provider
| Constructor Detail |
|---|
RestContributionAdapter()
| Method Detail |
|---|
public RestProvider getRestProvider()
public void setRestProvider(RestProvider provider)
public R withAsyncHttp(Map params, Closure closure)
public R withAsyncHttp(Map params, CallableWithArgs callable)
public R withHttp(Map params, Closure closure)
public R withHttp(Map params, CallableWithArgs callable)
public R withRest(Map params, Closure closure)
public R withRest(Map params, CallableWithArgs callable)
Groovy Documentation