public class ResourceDelegate extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
ResourceDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
css(Map params,
String name) |
GroupDelegate |
getGroupDelegate() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String name) |
List |
getResources() |
void |
groupRef(String name) |
Object |
invokeMethod(String name,
Object args) |
void |
js(Map params,
String name) |
Object |
methodMissing(String name,
Object args) |
void |
setGroupDelegate(GroupDelegate value) |
void |
setMetaClass(groovy.lang.MetaClass metaClass) |
void |
setProperty(String name,
Object value) |
void |
setResources(List value) |
public GroupDelegate getGroupDelegate()
public void setGroupDelegate(GroupDelegate value)
public List getResources()
public void setResources(List value)
public void groupRef(String name)
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.