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

Method Summary
 void setFileItems(java.util.List fileItems)
           
 
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
 

Method Detail

setFileItems

void setFileItems(java.util.List fileItems)
Parameters:
fileItems - List of org.apache.commons.fileupload.FileItem