Uses of Enum Class
org.bardframework.flow.FlowHandlerAbstract.FlowAction
Packages that use FlowHandlerAbstract.FlowAction
-
Uses of FlowHandlerAbstract.FlowAction in org.bardframework.flow
Methods in org.bardframework.flow that return FlowHandlerAbstract.FlowActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FlowHandlerAbstract.FlowAction[]FlowHandlerAbstract.FlowAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bardframework.flow with parameters of type FlowHandlerAbstract.FlowActionModifier and TypeMethodDescriptionprotected abstract org.bardframework.flow.FlowResponseFlowHandlerAbstract.handleException(String flowToken, D flowData, Map<String, Object> formData, FlowFormTemplate currentFormTemplate, FlowHandlerAbstract.FlowAction flowAction, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, Exception ex) protected org.bardframework.flow.FlowResponseFlowHandlerImpl.handleException(String flowToken, FlowData flowData, Map<String, Object> formData, FlowFormTemplate currentFormTemplate, FlowHandlerAbstract.FlowAction flowAction, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, Exception ex) protected org.bardframework.flow.FlowResponseFlowHandlerAbstract.handleExceptionInternal(String flowToken, D flowData, Map<String, Object> formData, FlowFormTemplate currentFormTemplate, FlowHandlerAbstract.FlowAction flowAction, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, Exception ex) protected voidFlowHandlerAbstract.onLocaleChange(String flowToken, D flowData, Map<String, Object> formData, FlowHandlerAbstract.FlowAction flowAction, Locale startLocale, Locale newLocale, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse)