org.riotfamily.forms.request
Class SimpleFormRequest
java.lang.Object
org.riotfamily.forms.request.SimpleFormRequest
- All Implemented Interfaces:
- FormRequest
public class SimpleFormRequest
- extends Object
- implements FormRequest
- Since:
- 6.4
- Author:
- Felix Gnass [fgnass at neteye dot de]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleFormRequest
public SimpleFormRequest(Map<String,String> params)
getFile
public MultipartFile getFile(String name)
- Specified by:
getFile
in interface FormRequest
getParameter
public String getParameter(String name)
- Specified by:
getParameter
in interface FormRequest
getParameterValues
public String[] getParameterValues(String name)
- Specified by:
getParameterValues
in interface FormRequest