Class SetupFlowHandler

java.lang.Object
org.springframework.webflow.mvc.servlet.AbstractFlowHandler
org.duracloud.syncui.setup.SetupFlowHandler
All Implemented Interfaces:
org.springframework.webflow.mvc.servlet.FlowHandler

@Component("setup") public class SetupFlowHandler extends org.springframework.webflow.mvc.servlet.AbstractFlowHandler
Author:
Daniel Bernstein
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    handleException(org.springframework.webflow.core.FlowException e, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
     
    handleExecutionOutcome(org.springframework.webflow.execution.FlowExecutionOutcome outcome, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
     

    Methods inherited from class org.springframework.webflow.mvc.servlet.AbstractFlowHandler

    createExecutionInputMap, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • SetupFlowHandler

      public SetupFlowHandler()
  • Method Details

    • getFlowId

      public String getFlowId()
      Specified by:
      getFlowId in interface org.springframework.webflow.mvc.servlet.FlowHandler
      Overrides:
      getFlowId in class org.springframework.webflow.mvc.servlet.AbstractFlowHandler
    • handleExecutionOutcome

      public String handleExecutionOutcome(org.springframework.webflow.execution.FlowExecutionOutcome outcome, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Specified by:
      handleExecutionOutcome in interface org.springframework.webflow.mvc.servlet.FlowHandler
      Overrides:
      handleExecutionOutcome in class org.springframework.webflow.mvc.servlet.AbstractFlowHandler
    • handleException

      public String handleException(org.springframework.webflow.core.FlowException e, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Specified by:
      handleException in interface org.springframework.webflow.mvc.servlet.FlowHandler
      Overrides:
      handleException in class org.springframework.webflow.mvc.servlet.AbstractFlowHandler