ro.isdc.wro.extensions.model.factory
Class GroupDelegate

java.lang.Object
  extended by ro.isdc.wro.extensions.model.factory.GroupDelegate
All Implemented Interfaces:
groovy.lang.GroovyObject

public class GroupDelegate
extends Object
implements groovy.lang.GroovyObject


Constructor Summary
GroupDelegate()
           
 
Method Summary
 Map getClosures()
           
 groovy.lang.MetaClass getMetaClass()
           
 Map getParams()
           
 Object getProperty(String name)
           
 Object invokeMethod(String name, Object args)
           
 Object methodMissing(String name, Object args)
           
 List resolveGroupResources()
           
 void setClosures(Map value)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setParams(Map value)
           
 void setProperty(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupDelegate

public GroupDelegate()
Method Detail

getClosures

public Map getClosures()

setClosures

public void setClosures(Map value)

getParams

public Map getParams()

setParams

public void setParams(Map value)

methodMissing

public Object methodMissing(String name,
                            Object args)

resolveGroupResources

public List resolveGroupResources()

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass metaClass)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String name,
                           Object args)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String name)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String name,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject


Copyright © 2008-2013. All Rights Reserved.