Groovy Documentation

org.codehaus.groovy.grails.webflow.engine.builder
[Groovy] Class ActionDelegate

java.lang.Object
  org.codehaus.groovy.grails.web.servlet.WebRequestDelegatingRequestContext
      org.codehaus.groovy.grails.webflow.engine.builder.AbstractDelegate
          org.codehaus.groovy.grails.webflow.engine.builder.ActionDelegate

class ActionDelegate
extends AbstractDelegate

Acts as a delegate to a flow action.

Authors:
Graeme Rocher
Since:
0.6


Property Summary
Action action

groovy.lang.MetaClass actionMetaClass

 
Constructor Summary
ActionDelegate(Action action, RequestContext context)

 
Method Summary
java.lang.Object invokeMethodAsEvent(java.lang.String name, java.lang.Object args)

java.lang.Object methodMissing(java.lang.String name, java.lang.Object args)

invokes a method as an action if possible

 
Methods inherited from class AbstractDelegate
getConversation, getFlash, getFlow, getProperty
 
Methods inherited from class WebRequestDelegatingRequestContext
getActionName, getApplicationContext, getControllerName, getOut, getParams, getRequest, getRequestURI, getResponse, getServletContext, getSession, getWebRequest
 

Property Detail

action

Action action


actionMetaClass

groovy.lang.MetaClass actionMetaClass


 
Constructor Detail

ActionDelegate

ActionDelegate(Action action, RequestContext context)


 
Method Detail

invokeMethodAsEvent

java.lang.Object invokeMethodAsEvent(java.lang.String name, java.lang.Object args)


methodMissing

java.lang.Object methodMissing(java.lang.String name, java.lang.Object args)
invokes a method as an action if possible


 

Groovy Documentation