Package org.openxava.actions
Interface IProcessLoadedFileAction
- All Superinterfaces:
IAction
- All Known Implementing Classes:
LoadAttachedFileAction,LoadFileItemAction,LoadImageAction,LoadImageIntoGalleryAction,LoadIntoAttachedFilesAction
Allows you execute an action on the file(s) uploaded
in the last form of type multipart/form-data.
It can be used in a non-web context because it has no references to servlets technologies.
- Author:
- Javier Paniza
-
Method Summary
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
-
Method Details
-
setFileItems
- Parameters:
fileItems- List oforg.apache.commons.fileupload.FileItem
-