org.riotfamily.forms.request
Class HttpFormRequest
java.lang.Object
org.riotfamily.forms.request.HttpFormRequest
- All Implemented Interfaces:
- FormRequest
public class HttpFormRequest
- 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 |
HttpFormRequest
public HttpFormRequest(HttpServletRequest request)
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