| Default method resolver used by the MultiAction class. It uses the following
algorithm to calculate a method name:
- If the currently executing action has a "method" property defined, use
the value as method name.
- Else use the name of the current state of the flow execution as a method
name.
See Also: org.springframework.webflow.action.MultiAction author: Erwin Vervaet |