Package org.bardframework.flow
Interface FlowHandler
- All Known Implementing Classes:
FlowHandlerAbstract,FlowHandlerImpl
public interface FlowHandler
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaction(String flowToken, String action, Map<String, String> formData, Locale locale, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) default Stringorg.bardframework.flow.FlowResponsegetCurrent(String flowToken, Locale locale, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) org.bardframework.flow.FlowResponsestart(Map<String, String> initValues, Locale locale, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) org.bardframework.flow.FlowResponsesubmit(String flowToken, Map<String, String> formData, Locale locale, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse)
-
Field Details
-
TOKEN_HEADER_NAME
- See Also:
-
-
Method Details
-
start
org.bardframework.flow.FlowResponse start(Map<String, String> initValues, Locale locale, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) throws Exception- Throws:
Exception
-
submit
org.bardframework.flow.FlowResponse submit(String flowToken, Map<String, String> formData, Locale locale, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) throws Exception- Throws:
Exception
-
action
Object action(String flowToken, String action, Map<String, String> formData, Locale locale, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) throws Exception- Throws:
Exception
-
getCurrent
org.bardframework.flow.FlowResponse getCurrent(String flowToken, Locale locale, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) throws Exception - Throws:
Exception
-
generateFlowToken
-