org.silverpeas.upload
Class FileUploadManager
java.lang.Object
org.silverpeas.upload.FileUploadManager
public class FileUploadManager
- extends Object
This manager permits to retrieve from HttpServletRequest
a collection of
UploadedFile
.
This class must be used when silverpeas-fileUpload Silverpeas Javascript Plugin is used on
client-side.
- Author:
- Yohann Chastagnier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUploadManager
public FileUploadManager()
getUploadedFiles
public static Collection<UploadedFile> getUploadedFiles(javax.servlet.http.HttpServletRequest request,
UserDetail uploader)
- Retrieves from
HttpServletRequest
a collection of UploadedFile
- Parameters:
request
- uploader
-
- Returns:
Copyright © 2016 Silverpeas. All Rights Reserved.