Class Summary |
BaseFileUploadManager |
BaseFileUploadManager manages creation of the required PageEvent, allowing
clients to subclass doUploadFile to manage the actual bytes
transfer from the request, optionally returning a token for the event parameter
value to identify the uploaded file. |
DefaultFileUploadManager |
DefaultFileUploadManager is initialized during UIX Servlet
startup and destroyed on UIX Servlet shutdown. |
FileUploadManager |
FileUploadManager is initialized during UIX Servlet startup and destroyed
on UIX Servlet shutdown. |
UploadedFile |
UploadedFile defines a single file that has been uploaded
to the server. |
UploadedFileMap |
UploadedFileMap defines the set of files that have been uploaded
to the server. |