|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.ControllerDelegate
class ControllerDelegate extends AbstractDelegate
A delegate that relays method calls onto the currently executing controller.
Constructor Summary | |
ControllerDelegate(org.springframework.webflow.execution.RequestContext context)
|
Method Summary | |
---|---|
java.lang.Object
|
invokeMethod(java.lang.String name, java.lang.Object args)
invokes a method as an action if possible |
Methods inherited from class AbstractDelegate | |
---|---|
getConversation, getCurrentEvent, getFlash, getFlow, getProperty |
Methods inherited from class WebRequestDelegatingRequestContext | |
---|---|
getActionName, getApplicationContext, getControllerName, getOut, getParams, getRequest, getRequestURI, getResponse, getServletContext, getSession, getWebRequest |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Constructor Detail |
---|
ControllerDelegate(org.springframework.webflow.execution.RequestContext context)
Method Detail |
---|
java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args)
Groovy Documentation