org.openxava.actions
Interface IProcessLoadedFileAction
- All Superinterfaces:
- IAction
- All Known Implementing Classes:
- LoadImageAction, LoadImageIntoGalleryAction, LoadLiferayDocumentAction
public interface IProcessLoadedFileAction
- extends IAction
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
setFileItems
void setFileItems(java.util.List fileItems)
- Parameters:
fileItems - List of org.apache.commons.fileupload.FileItem