Uses of Class
org.bardframework.flow.FlowHandlerChain.PreProcessorExecutionStrategy
-
Packages that use FlowHandlerChain.PreProcessorExecutionStrategy Package Description org.bardframework.flow -
-
Uses of FlowHandlerChain.PreProcessorExecutionStrategy in org.bardframework.flow
Methods in org.bardframework.flow that return FlowHandlerChain.PreProcessorExecutionStrategy Modifier and Type Method Description FlowHandlerChain.PreProcessorExecutionStrategyFlowHandlerChain. getPreProcessorExecutionStrategy()static FlowHandlerChain.PreProcessorExecutionStrategyFlowHandlerChain.PreProcessorExecutionStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static FlowHandlerChain.PreProcessorExecutionStrategy[]FlowHandlerChain.PreProcessorExecutionStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bardframework.flow with parameters of type FlowHandlerChain.PreProcessorExecutionStrategy Constructor Description FlowHandlerChain(List<FlowHandlerAbstract<FlowData>> flowHandlers, FlowHandlerChain.PreProcessorExecutionStrategy preProcessorExecutionStrategy, FlowHandlerChain.PostProcessorExecutionStrategy postProcessorExecutionStrategy)
-