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

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.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)
           
 
Method Summary
protected  groovy.lang.MetaClass $getStaticMetaClass()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String property)
           
 Object invokeMethod(String method, Object arguments)
           
 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

ExpressionDelegate

public ExpressionDelegate(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

$getStaticMetaClass

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