org.codehaus.groovy.grails.webflow.engine.builder
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
- 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)
|
| 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 |
ActionDelegate
public ActionDelegate(org.springframework.webflow.execution.Action action,
org.springframework.webflow.execution.RequestContext context)
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