Class DataProviderHttpRequestProcessorAbstract
- java.lang.Object
-
- org.bardframework.flow.processor.FormProcessorAbstract
-
- org.bardframework.flow.processor.dataprovider.httprequest.DataProviderHttpRequestProcessorAbstract
-
- All Implemented Interfaces:
Comparable<FormProcessor>,FormProcessor
- Direct Known Subclasses:
DataProviderHttpRequestCookieProcessor,DataProviderHttpRequestHeaderProcessor,DataProviderHttpRequestParameterProcessor,DataProviderHttpRequestPropertyProcessor
public abstract class DataProviderHttpRequestProcessorAbstract extends FormProcessorAbstract
-
-
Constructor Summary
Constructors Constructor Description DataProviderHttpRequestProcessorAbstract(Map<String,String> mapper)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Map<String,String>getMapper()protected abstract List<String>getValues(String name, javax.servlet.http.HttpServletRequest httpRequest)StringgetValuesSeparator()voidprocess(String flowToken, Map<String,String> flowData, Map<String,String> formData, Locale locale, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)-
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
-
getValuesSeparator
public String getValuesSeparator()
-
-