org.codehaus.groovy.grails.webflow.engine.builder
Class ActionDelegate

java.lang.Object
  extended by org.codehaus.groovy.grails.web.servlet.WebRequestDelegatingRequestContext
      extended by org.codehaus.groovy.grails.webflow.engine.builder.AbstractDelegate
          extended by org.codehaus.groovy.grails.webflow.engine.builder.ActionDelegate
All Implemented Interfaces:
groovy.lang.GroovyObject, GrailsRequestContext

public class ActionDelegate
extends AbstractDelegate
implements groovy.lang.GroovyObject


Constructor Summary
ActionDelegate(org.springframework.webflow.execution.Action action, org.springframework.webflow.execution.RequestContext context)
           
 
Method Summary
protected  groovy.lang.MetaClass $getStaticMetaClass()
           
 org.springframework.webflow.execution.Action getAction()
           
 groovy.lang.MetaClass getActionMetaClass()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String property)
           
 Object invokeMethod(String method, Object arguments)
           
 Object invokeMethodAsEvent(String name, Object args)
           
 Object methodMissing(String name, Object args)
           
 void setAction(org.springframework.webflow.execution.Action value)
           
 void setActionMetaClass(groovy.lang.MetaClass value)
           
 void setMetaClass(groovy.lang.MetaClass mc)
           
 void setProperty(String property, Object value)
           
 
Methods inherited from class org.codehaus.groovy.grails.webflow.engine.builder.AbstractDelegate
getContext, getConversation, getFlash, getFlow, setContext
 
Methods inherited from class org.codehaus.groovy.grails.web.servlet.WebRequestDelegatingRequestContext
getActionName, getApplicationContext, getControllerName, getOut, getParams, getRequest, getRequestURI, getResponse, getServletContext, getSession, getWebRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionDelegate

public ActionDelegate(org.springframework.webflow.execution.Action action,
                      org.springframework.webflow.execution.RequestContext context)
Method Detail

getMetaClass

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

setMetaClass

public void setMetaClass(groovy.lang.MetaClass mc)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject
Overrides:
setMetaClass in class AbstractDelegate

invokeMethod

public Object invokeMethod(String method,
                           Object arguments)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject
Overrides:
invokeMethod in class AbstractDelegate

getProperty

public Object getProperty(String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject
Overrides:
getProperty in class AbstractDelegate

setProperty

public void setProperty(String property,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject
Overrides:
setProperty in class AbstractDelegate

getAction

public org.springframework.webflow.execution.Action getAction()

setAction

public void setAction(org.springframework.webflow.execution.Action value)

getActionMetaClass

public groovy.lang.MetaClass getActionMetaClass()

setActionMetaClass

public void setActionMetaClass(groovy.lang.MetaClass value)

methodMissing

public Object methodMissing(String name,
                            Object args)

invokeMethodAsEvent

public Object invokeMethodAsEvent(String name,
                                  Object args)

$getStaticMetaClass

protected groovy.lang.MetaClass $getStaticMetaClass()
Overrides:
$getStaticMetaClass in class AbstractDelegate