Class FlowDefinitionRedirectAction

java.lang.Object
org.springframework.webflow.action.AbstractAction
org.springframework.webflow.action.FlowDefinitionRedirectAction
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, Action

public class FlowDefinitionRedirectAction extends AbstractAction
An action that sends a flow definition redirect when executed.
Author:
Keith Donald
  • Constructor Details

    • FlowDefinitionRedirectAction

      public FlowDefinitionRedirectAction(Expression expression)
      Creates a new flow definition redirect action.
      Parameters:
      expression - a encoded flow redirect expression
  • Method Details

    • doExecute

      protected Event doExecute(RequestContext context) throws Exception
      Description copied from class: AbstractAction
      Template hook method subclasses should override to encapsulate their specific action execution logic.
      Specified by:
      doExecute in class AbstractAction
      Parameters:
      context - the action execution context, for accessing and setting data in "flow scope" or "request scope"
      Returns:
      the action result event
      Throws:
      Exception - an unrecoverable exception occured, either checked or unchecked