Uses of Interface
org.bardframework.flow.form.FormProcessor
Packages that use FormProcessor
Package
Description
-
Uses of FormProcessor in org.bardframework.flow
Fields in org.bardframework.flow with type parameters of type FormProcessorModifier and TypeFieldDescriptionprotected 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 FormProcessorModifier and TypeMethodDescriptionFlowHandlerAbstract.getActionProcessors(D flowData) FlowHandlerAbstract.getPostProcessors(D flowData) FlowHandlerAbstract.getPreProcessors(D flowData) Method parameters in org.bardframework.flow with type arguments of type FormProcessor -
Uses of FormProcessor in org.bardframework.flow.form
Methods in org.bardframework.flow.form that return types with arguments of type FormProcessorModifier and TypeMethodDescriptionFlowFormTemplate.getActionProcessors()FlowFormTemplate.getPostProcessors()FlowFormTemplate.getPreProcessors()Methods in org.bardframework.flow.form with parameters of type FormProcessorMethod parameters in org.bardframework.flow.form with type arguments of type FormProcessorModifier and TypeMethodDescriptionvoidFlowFormTemplate.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 FormProcessorModifier and TypeFieldDescriptionprotected Map<String, List<FormProcessor>> FlowInputFieldTemplate.actionProcessorsMethods in org.bardframework.flow.form.field.input that return types with arguments of type FormProcessorMethod parameters in org.bardframework.flow.form.field.input with type arguments of type FormProcessorModifier and TypeMethodDescriptionvoidFlowInputFieldTemplate.setActionProcessors(Map<String, List<FormProcessor>> actionProcessors) -
Uses of FormProcessor in org.bardframework.flow.processor
Classes in org.bardframework.flow.processor that implement FormProcessor -
Uses of FormProcessor in org.bardframework.flow.processor.dataprovider
Classes in org.bardframework.flow.processor.dataprovider that implement FormProcessorModifier and TypeClassDescriptionclassclassclass -
Uses of FormProcessor in org.bardframework.flow.processor.dataprovider.httprequest
Classes in org.bardframework.flow.processor.dataprovider.httprequest that implement FormProcessorModifier and TypeClassDescriptionclassmap http request cookie name to fieldNameclassmap http request header name to fieldNameclassmap http request parameter name to fieldName join values with ',' separator if more than one value exist for a parameter.classclassmap http request property to fieldName -
Uses of FormProcessor in org.bardframework.flow.processor.message
Classes in org.bardframework.flow.processor.message that implement FormProcessor