Package org.javalite.activeweb
Class MultipartForm
java.lang.Object
org.javalite.activeweb.MultipartForm
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MultipartForm
public MultipartForm()
-
-
Method Details
-
getFileItems
- Returns:
- all file items
-
getFormItems
- Returns:
- all form items
-
param
- Parameters:
name
- name of a form input that is not a file- Returns:
- value of a named input from a form
-
params
- Returns:
- all form items that are not files.
-