|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.springframework.webflow.action.AbstractAction org.codehaus.groovy.grails.webflow.engine.builder.ClosureInvokingAction
class ClosureInvokingAction extends org.springframework.webflow.action.AbstractAction
Invokes a closure as a Webflow action placing the returned model within the flow scope.
Property Summary | |
---|---|
java.lang.Object |
applicationContext
|
groovy.lang.Closure |
callable
|
java.lang.Object |
commandClasses
|
boolean |
hasCommandObjects
|
java.lang.Object |
noOfParams
|
Constructor Summary | |
ClosureInvokingAction(groovy.lang.Closure callable)
|
Method Summary | |
---|---|
java.lang.Object
|
checkAppContext()
|
java.lang.Object
|
checkForErrors(java.lang.Object context, java.lang.Object scope)
|
protected org.springframework.webflow.execution.Event
|
doExecute(org.springframework.webflow.execution.RequestContext context)
|
java.lang.Object
|
invokeMethod(java.lang.String name, java.lang.Object args)
|
Methods inherited from class org.springframework.webflow.action.AbstractAction | |
---|---|
org.springframework.webflow.action.AbstractAction#execute(org.springframework.webflow.execution.RequestContext), org.springframework.webflow.action.AbstractAction#getEventFactorySupport(), org.springframework.webflow.action.AbstractAction#afterPropertiesSet(), org.springframework.webflow.action.AbstractAction#wait(), org.springframework.webflow.action.AbstractAction#wait(long, int), org.springframework.webflow.action.AbstractAction#wait(long), org.springframework.webflow.action.AbstractAction#equals(java.lang.Object), org.springframework.webflow.action.AbstractAction#toString(), org.springframework.webflow.action.AbstractAction#hashCode(), org.springframework.webflow.action.AbstractAction#getClass(), org.springframework.webflow.action.AbstractAction#notify(), org.springframework.webflow.action.AbstractAction#notifyAll() |
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() |
Property Detail |
---|
java.lang.Object applicationContext
groovy.lang.Closure callable
java.lang.Object commandClasses
boolean hasCommandObjects
java.lang.Object noOfParams
Constructor Detail |
---|
ClosureInvokingAction(groovy.lang.Closure callable)
Method Detail |
---|
java.lang.Object checkAppContext()
java.lang.Object checkForErrors(java.lang.Object context, java.lang.Object scope)
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context)
java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args)
Groovy Documentation