Groovy Documentation

Package org.codehaus.groovy.grails.webflow.engine.builder

 

Class Summary
AbstractDelegate An abstract delegate that relays property look-ups onto a either the application context or the currently executing controller.
ActionDelegate Acts as a delegate to a flow action.
ClosureExpression Implements the Spring binding expression interface to allow an expression to evaluate a closure for using with dynamic transitions.
ClosureInvokingAction Invokes a closure as a Webflow action placing the returned model within the flow scope.
ControllerDelegate A delegate that relays method calls onto the currently executing controller.
ControllerFlowRegistry A flow execution repository that scans the set GrailsApplication instance for controllers that contain flow closures.
ExpressionDelegate Used for evaluating PropertyExpression instances
FlowBuilder

A builder implementation used to construct Spring Webflows.

FlowInfoCapturer Used to capture details of the flow
RuntimeRedirectAction Takes the parameters formulated in the builder and produces an ExternalRedirect at runtime.
TransitionTo
 


Exception Summary
FlowDefinitionException Thrown when an error occurs duing Flow definition
 


Groovy Documentation