Class MultipleFileUploadUsingArrayAction
java.lang.Object
org.apache.struts2.ActionSupport
org.apache.struts2.showcase.fileupload.MultipleFileUploadUsingArrayAction
- All Implemented Interfaces:
Serializable
,Action
,UploadedFilesAware
,ValidationAware
,LocaleProvider
,TextProvider
,Validateable
Showcase action - multiple file upload using array.
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts2.ActionSupport
container
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionupload()
void
withUploadedFiles
(List<UploadedFile> uploadedFiles) Methods inherited from class org.apache.struts2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, execute, getActionErrors, getActionMessages, getContainer, getFieldErrors, getFormatted, getLocale, getLocaleProvider, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTextProvider, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, toLocale, validate
-
Constructor Details
-
MultipleFileUploadUsingArrayAction
public MultipleFileUploadUsingArrayAction()
-
-
Method Details
-
getUpload
-
upload
- Throws:
Exception
-
withUploadedFiles
- Specified by:
withUploadedFiles
in interfaceUploadedFilesAware
-