Package org.openxava.actions
Interface IProcessLoadedFileAction
-
- All Superinterfaces:
IAction
- All Known Implementing Classes:
LoadAttachedFileAction
,LoadFileItemAction
,LoadImageAction
,LoadImageIntoGalleryAction
,LoadIntoAttachedFilesAction
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFileItems(java.util.List fileItems)
-
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
-
-