org.codehaus.groovy.grails.webflow.engine.builder
Class ExpressionDelegate
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.ExpressionDelegate
- All Implemented Interfaces:
- groovy.lang.GroovyObject, GrailsRequestContext
public class ExpressionDelegate
- extends AbstractDelegate
- implements groovy.lang.GroovyObject
Constructor Summary |
ExpressionDelegate(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 |
ExpressionDelegate
public ExpressionDelegate(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
$getStaticMetaClass
protected groovy.lang.MetaClass $getStaticMetaClass()
- Overrides:
$getStaticMetaClass
in class AbstractDelegate