|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||