Class DuracloudConfigFlowHandler

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

@Component("duracloud-config") public class DuracloudConfigFlowHandler extends org.springframework.webflow.mvc.servlet.AbstractFlowHandler
Author:
Daniel Bernstein
  • Field Details

  • Constructor Details

    • DuracloudConfigFlowHandler

      @Autowired public DuracloudConfigFlowHandler(SyncConfigurationManager synConfigurationManager)
  • 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
    • createExecutionInputMap

      public org.springframework.webflow.core.collection.MutableAttributeMap createExecutionInputMap(javax.servlet.http.HttpServletRequest request)
      Specified by:
      createExecutionInputMap in interface org.springframework.webflow.mvc.servlet.FlowHandler
      Overrides:
      createExecutionInputMap in class org.springframework.webflow.mvc.servlet.AbstractFlowHandler