public interface UploadedFilesAware
ActionFileUploadInterceptor will use the interface
 to notify action about the multiple uploaded files.| Modifier and Type | Method and Description | 
|---|---|
| void | withUploadedFiles(List<UploadedFile> uploadedFiles)Notifies action about the multiple uploaded files, when a single file is uploaded
 the list will have just one element | 
void withUploadedFiles(List<UploadedFile> uploadedFiles)
uploadedFiles - a list of UploadedFile, cannot be null. It can be empty.Copyright © 2000–2025 Apache Software Foundation. All rights reserved.