public class WroModelDelegate extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
WroModelDelegate() |
| Modifier and Type | Method and Description |
|---|---|
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String name) |
WroModel |
getWroModel() |
void |
groups(groovy.lang.Closure cl) |
Object |
invokeMethod(String name,
Object args) |
void |
setMetaClass(groovy.lang.MetaClass metaClass) |
void |
setProperty(String name,
Object value) |
void |
setWroModel(WroModel value) |
public WroModel getWroModel()
public void setWroModel(WroModel value)
public void groups(groovy.lang.Closure cl)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass metaClass)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String name, Object args)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String name)
getProperty in interface groovy.lang.GroovyObjectCopyright © 2008-2013. All Rights Reserved.