Class CreateAccountFlowHandler
- java.lang.Object
-
- org.springframework.webflow.mvc.servlet.AbstractFlowHandler
-
- org.duracloud.account.flow.createaccount.CreateAccountFlowHandler
-
- All Implemented Interfaces:
org.springframework.webflow.mvc.servlet.FlowHandler
@Component("create-account") public class CreateAccountFlowHandler extends org.springframework.webflow.mvc.servlet.AbstractFlowHandler- Author:
- Daniel Bernstein Date: Mar 3, 2012
-
-
Constructor Summary
Constructors Constructor Description CreateAccountFlowHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
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
-
-