Uses of Interface
org.bardframework.flow.form.FormProcessor
-
-
Uses of FormProcessor in org.bardframework.flow
Fields in org.bardframework.flow with type parameters of type FormProcessor Modifier and Type Field Description protected Map<String,List<FormProcessor>>FlowHandlerAbstract. actionProcessorsprotected List<FormProcessor>FlowHandlerAbstract. postProcessorsprotected List<FormProcessor>FlowHandlerAbstract. preProcessorsMethods in org.bardframework.flow that return types with arguments of type FormProcessor Modifier and Type Method Description Map<String,List<FormProcessor>>FlowHandlerAbstract. getActionProcessors()List<FormProcessor>FlowHandlerAbstract. getPostProcessors()List<FormProcessor>FlowHandlerAbstract. getPreProcessors()Method parameters in org.bardframework.flow with type arguments of type FormProcessor Modifier and Type Method Description protected booleanFlowHandlerAbstract. process(List<FormProcessor> processors, String flowToken, D flowData, Map<String,String> formData, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)voidFlowHandlerAbstract. setActionProcessors(Map<String,List<FormProcessor>> actionProcessors)voidFlowHandlerAbstract. setPostProcessors(List<FormProcessor> postProcessors)voidFlowHandlerAbstract. setPreProcessors(List<FormProcessor> preProcessors) -
Uses of FormProcessor in org.bardframework.flow.form
Methods in org.bardframework.flow.form that return types with arguments of type FormProcessor Modifier and Type Method Description Map<String,List<FormProcessor>>FlowFormTemplate. getActionProcessors()List<FormProcessor>FlowFormTemplate. getPostProcessors()List<FormProcessor>FlowFormTemplate. getPreProcessors()Methods in org.bardframework.flow.form with parameters of type FormProcessor Modifier and Type Method Description default intFormProcessor. compareTo(FormProcessor other)Method parameters in org.bardframework.flow.form with type arguments of type FormProcessor Modifier and Type Method Description voidFlowFormTemplate. setActionProcessors(Map<String,List<FormProcessor>> actionProcessors)voidFlowFormTemplate. setPostProcessors(List<FormProcessor> postProcessors)voidFlowFormTemplate. setPreProcessors(List<FormProcessor> preProcessors) -
Uses of FormProcessor in org.bardframework.flow.form.field.input
Fields in org.bardframework.flow.form.field.input with type parameters of type FormProcessor Modifier and Type Field Description protected Map<String,List<FormProcessor>>FlowInputFieldTemplate. actionProcessorsprotected List<FormProcessor>FlowInputFieldTemplate. postProcessorsprotected List<FormProcessor>FlowInputFieldTemplate. preProcessorsMethods in org.bardframework.flow.form.field.input that return types with arguments of type FormProcessor Modifier and Type Method Description Map<String,List<FormProcessor>>FlowInputFieldTemplate. getActionProcessors()List<FormProcessor>FlowInputFieldTemplate. getPostProcessors()List<FormProcessor>FlowInputFieldTemplate. getPreProcessors()Method parameters in org.bardframework.flow.form.field.input with type arguments of type FormProcessor Modifier and Type Method Description voidFlowInputFieldTemplate. setActionProcessors(Map<String,List<FormProcessor>> actionProcessors)voidFlowInputFieldTemplate. setPostProcessors(List<FormProcessor> postProcessors)voidFlowInputFieldTemplate. setPreProcessors(List<FormProcessor> preProcessors) -
Uses of FormProcessor in org.bardframework.flow.form.field.input.captcha
Classes in org.bardframework.flow.form.field.input.captcha that implement FormProcessor Modifier and Type Class Description classCaptchaGeneratorProcessorclassCaptchaValidatorProcessor -
Uses of FormProcessor in org.bardframework.flow.form.field.input.otpsms
Classes in org.bardframework.flow.form.field.input.otpsms that implement FormProcessor Modifier and Type Class Description classOtpSmsSenderProcessorclassOtpValidatorProcessorclassResendOtpProcessor -
Uses of FormProcessor in org.bardframework.flow.processor
Classes in org.bardframework.flow.processor that implement FormProcessor Modifier and Type Class Description classFormProcessorAbstract -
Uses of FormProcessor in org.bardframework.flow.processor.dataprovider
Classes in org.bardframework.flow.processor.dataprovider that implement FormProcessor Modifier and Type Class Description classDataProviderCsvFileProcessorclassDataProviderDatabaseProcessorclassDataProviderHttpCallProcessor -
Uses of FormProcessor in org.bardframework.flow.processor.dataprovider.httprequest
Classes in org.bardframework.flow.processor.dataprovider.httprequest that implement FormProcessor Modifier and Type Class Description classDataProviderHttpRequestCookieProcessormap http request cookie name to fieldNameclassDataProviderHttpRequestHeaderProcessormap http request header name to fieldNameclassDataProviderHttpRequestParameterProcessormap http request parameter name to fieldName join values with ',' separator if more than one value exist for a parameter.classDataProviderHttpRequestProcessorAbstractclassDataProviderHttpRequestPropertyProcessormap http request property to fieldName -
Uses of FormProcessor in org.bardframework.flow.processor.messagesender
Classes in org.bardframework.flow.processor.messagesender that implement FormProcessor Modifier and Type Class Description classMessageSenderProcessor
-