griffon.resourcemanager
[Groovy] Class ConfigBinding
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Binding
griffon.resourcemanager.ConfigBinding
class ConfigBinding
extends Binding
Since Groovy Script don't support overriding setProperty, we have to using a trick with the Binding to provide this
functionality
|
Methods inherited from class Binding
|
| setProperty, getProperty, setVariable, getVariable, hasVariable, getVariables, getMetaClass, invokeMethod, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
|
Methods inherited from class GroovyObjectSupport
|
| setProperty, getProperty, getMetaClass, invokeMethod, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
callable
def callable
-
ConfigBinding
ConfigBinding(Closure c)
-
setVariable
void setVariable(String name, Object value)
-
Groovy Documentation