Uses of Class
org.springframework.webflow.action.MultiAction

Packages that use MultiAction
org.springframework.webflow.action Common action implementations invokable by flow definitions. 
org.springframework.webflow.engine.builder The flow builder subsystem for building and assembling executable flow definitions. 
 

Uses of MultiAction in org.springframework.webflow.action
 

Subclasses of MultiAction in org.springframework.webflow.action
 class FormAction
          Multi-action that implements common logic dealing with input forms.
 

Uses of MultiAction in org.springframework.webflow.engine.builder
 

Methods in org.springframework.webflow.engine.builder with parameters of type MultiAction
protected  AnnotatedAction AbstractFlowBuilder.invoke(java.lang.String methodName, MultiAction multiAction)
          Creates an annotated action decorator that instructs the specified method be invoked on the multi action when it is executed.
 



Copyright © 2009 Spring Framework. All Rights Reserved.