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
-
-
Constructor Summary
Constructors Constructor Description DuracloudConfigFlowHandler(SyncConfigurationManager synConfigurationManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.core.collection.MutableAttributeMapcreateExecutionInputMap(javax.servlet.http.HttpServletRequest request)StringgetFlowId()StringhandleExecutionOutcome(org.springframework.webflow.execution.FlowExecutionOutcome outcome, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Field Detail
-
FLOW_ID
public static final String FLOW_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DuracloudConfigFlowHandler
@Autowired public DuracloudConfigFlowHandler(SyncConfigurationManager synConfigurationManager)
-
-
Method Detail
-
getFlowId
public String getFlowId()
- Specified by:
getFlowIdin interfaceorg.springframework.webflow.mvc.servlet.FlowHandler- Overrides:
getFlowIdin classorg.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:
handleExecutionOutcomein interfaceorg.springframework.webflow.mvc.servlet.FlowHandler- Overrides:
handleExecutionOutcomein classorg.springframework.webflow.mvc.servlet.AbstractFlowHandler
-
createExecutionInputMap
public org.springframework.webflow.core.collection.MutableAttributeMap createExecutionInputMap(javax.servlet.http.HttpServletRequest request)
- Specified by:
createExecutionInputMapin interfaceorg.springframework.webflow.mvc.servlet.FlowHandler- Overrides:
createExecutionInputMapin classorg.springframework.webflow.mvc.servlet.AbstractFlowHandler
-
-