|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.hessian.AbstractHessianProvider
public abstract class AbstractHessianProvider extends Object
| Constructor Summary | |
AbstractHessianProvider()
|
|
| Method Summary | |
|---|---|
protected BurlapProxy
|
getBurlapProxy(Map params)
|
protected HessianProxy
|
getHessianProxy(Map params)
|
R
|
withBurlap(Map params, Closure closure)
|
R
|
withBurlap(Map params, CallableWithArgs callable)
|
R
|
withHessian(Map params, Closure closure)
|
R
|
withHessian(Map params, CallableWithArgs callable)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
AbstractHessianProvider()
| Method Detail |
|---|
protected BurlapProxy getBurlapProxy(Map params)
protected HessianProxy getHessianProxy(Map params)
public R withBurlap(Map params, Closure closure)
public R withBurlap(Map params, CallableWithArgs callable)
public R withHessian(Map params, Closure closure)
public R withHessian(Map params, CallableWithArgs callable)
Groovy Documentation