Package org.bardframework.flow.processor
Class FormProcessorAbstract
- java.lang.Object
-
- org.bardframework.flow.processor.FormProcessorAbstract
-
- All Implemented Interfaces:
Comparable<FormProcessor>,FormProcessor
- Direct Known Subclasses:
CaptchaGeneratorProcessor,CaptchaValidatorProcessor,DataProviderCsvFileProcessor,DataProviderDatabaseProcessor,DataProviderHttpRequestProcessorAbstract,MessageSenderProcessor,OtpValidatorProcessor,ResendOtpProcessor
public abstract class FormProcessorAbstract extends Object implements FormProcessor
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description FormProcessorAbstract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmustExecute(Map<String,String> args)voidsetExecuteExpression(String executeExpression)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bardframework.flow.form.FormProcessor
compareTo, configurationValidate, order, process
-
-
-
-
Method Detail
-
setExecuteExpression
public void setExecuteExpression(String executeExpression)
-
mustExecute
public boolean mustExecute(Map<String,String> args)
- Specified by:
mustExecutein interfaceFormProcessor
-
-