Uses of Class
org.bardframework.flow.FlowHandlerAbstract
-
Packages that use FlowHandlerAbstract Package Description org.bardframework.flow -
-
Uses of FlowHandlerAbstract in org.bardframework.flow
Subclasses of FlowHandlerAbstract in org.bardframework.flow Modifier and Type Class Description classFlowHandlerChainclassFlowHandlerImplMethods in org.bardframework.flow that return types with arguments of type FlowHandlerAbstract Modifier and Type Method Description List<FlowHandlerAbstract<FlowData>>FlowHandlerChain. getFlowHandlers()Constructor parameters in org.bardframework.flow with type arguments of type FlowHandlerAbstract Constructor Description FlowHandlerChain(List<FlowHandlerAbstract<FlowData>> flowHandlers)FlowHandlerChain(List<FlowHandlerAbstract<FlowData>> flowHandlers, FlowHandlerChain.PreProcessorExecutionStrategy preProcessorExecutionStrategy, FlowHandlerChain.PostProcessorExecutionStrategy postProcessorExecutionStrategy)
-