Class DefaultMultiActionMethodResolver

java.lang.Object
org.springframework.webflow.action.DefaultMultiActionMethodResolver
All Implemented Interfaces:
MultiAction.MethodResolver

public class DefaultMultiActionMethodResolver extends Object implements MultiAction.MethodResolver
Default method resolver used by the MultiAction class. It uses the following algorithm to calculate a method name:
  1. If the currently executing action has a "method" property defined, use the value as method name.
  2. Else use the name of the current state of the flow execution as a method name.
Author:
Erwin Vervaet
See Also:
  • Constructor Details

    • DefaultMultiActionMethodResolver

      public DefaultMultiActionMethodResolver()
  • Method Details