Package org.bardframework.flow
Class FlowHandlerImpl
- java.lang.Object
-
- org.bardframework.flow.FlowHandlerAbstract<FlowData>
-
- org.bardframework.flow.FlowHandlerImpl
-
- All Implemented Interfaces:
FlowHandler
public class FlowHandlerImpl extends FlowHandlerAbstract<FlowData>
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOGGER-
Fields inherited from class org.bardframework.flow.FlowHandlerAbstract
actionProcessors, flowDataRepository, forms, postProcessors, preProcessors
-
-
Constructor Summary
Constructors Constructor Description FlowHandlerImpl(FlowDataRepository<FlowData> flowDataRepository, List<FlowFormTemplate> forms)
-
Method Summary
-
Methods inherited from class org.bardframework.flow.FlowHandlerAbstract
action, cleanFlowData, fillFlowData, getActionProcessors, getCurrent, getCurrentFormTemplate, getFlowDataRepository, getForms, getNextFormTemplate, getPostProcessors, getPreProcessors, getStepsCounts, invalidateFlow, isStarted, onFinished, process, processAction, processNextForm, setActionProcessors, setPostProcessors, setPreProcessors, start, submit, toResponse, updateFlowData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bardframework.flow.FlowHandler
generateFlowToken
-
-
-
-
Constructor Detail
-
FlowHandlerImpl
public FlowHandlerImpl(FlowDataRepository<FlowData> flowDataRepository, List<FlowFormTemplate> forms)
-
-