Class DataProviderCsvFileProcessor
- java.lang.Object
-
- org.bardframework.flow.processor.FormProcessorAbstract
-
- org.bardframework.flow.processor.dataprovider.DataProviderCsvFileProcessor
-
- All Implemented Interfaces:
Comparable<FormProcessor>,FormProcessor
public class DataProviderCsvFileProcessor extends FormProcessorAbstract
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcsvFileLocationprotected StringerrorMessageCodeprotected StringidentifierFieldNameprotected Map<Integer,String>mapperprotected Stringseparator
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCsvFileLocation()StringgetErrorMessageCode()StringgetIdentifierFieldName()Map<Integer,String>getMapper()StringgetSeparator()voidprocess(String flowToken, Map<String,String> flowData, Map<String,String> formData, Locale locale, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)voidsetSeparator(String separator)-
Methods inherited from class org.bardframework.flow.processor.FormProcessorAbstract
mustExecute, setExecuteExpression
-
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
-
-
-
-
Method Detail
-
process
public void process(String flowToken, Map<String,String> flowData, Map<String,String> formData, Locale locale, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) throws Exception
- Throws:
Exception
-
getCsvFileLocation
public String getCsvFileLocation()
-
getIdentifierFieldName
public String getIdentifierFieldName()
-
getErrorMessageCode
public String getErrorMessageCode()
-
getSeparator
public String getSeparator()
-
setSeparator
public void setSeparator(String separator)
-
-