Uses of Class
org.eclipse.rap.fileupload.FileUploadReceiver
Packages that use FileUploadReceiver
-
Uses of FileUploadReceiver in org.eclipse.rap.fileupload
Subclasses of FileUploadReceiver in org.eclipse.rap.fileuploadModifier and TypeClassDescriptionclass
A file upload receiver that stores received files on disk.Methods in org.eclipse.rap.fileupload that return FileUploadReceiverModifier and TypeMethodDescriptionFileUploadHandler.getReceiver()
Returns the file upload receiver that is associated with this file upload handler.Constructors in org.eclipse.rap.fileupload with parameters of type FileUploadReceiverModifierConstructorDescriptionFileUploadHandler
(FileUploadReceiver receiver) Constructs a file upload handler that is associated with the given receiver.