Package org.bardframework.flow
Class FlowHandlerImpl
- All Implemented Interfaces:
FlowHandler
-
Field Summary
Fields inherited from class org.bardframework.flow.FlowHandlerAbstract
actionProcessors, flowDataRepository, forms, postProcessors, preProcessorsFields inherited from interface org.bardframework.flow.FlowHandler
TOKEN_HEADER_NAME -
Constructor Summary
ConstructorsConstructorDescriptionFlowHandlerImpl(FlowDataRepository<FlowData> flowDataRepository, List<FlowFormTemplate> forms) -
Method Summary
Methods inherited from class org.bardframework.flow.FlowHandlerAbstract
action, cleanFlowData, fillFlowData, getActionProcessors, getCurrent, getCurrentFormTemplate, getFlowDataRepository, getPostProcessors, getPreProcessors, getStepsCounts, invalidateFlow, onFinished, process, processAction, processNextForm, setActionProcessors, setPostProcessors, setPreProcessors, start, submit, toResponse, updateFlowDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bardframework.flow.FlowHandler
generateFlowToken
-
Constructor Details
-
FlowHandlerImpl
public FlowHandlerImpl(FlowDataRepository<FlowData> flowDataRepository, List<FlowFormTemplate> forms)
-