Uses of Interface
com.vaadin.flow.server.streams.UploadHandler
Packages that use UploadHandler
Package
Description
-
Uses of UploadHandler in com.vaadin.flow.component.clipboard
Methods in com.vaadin.flow.component.clipboard with parameters of type UploadHandlerModifier and TypeMethodDescriptionstatic RegistrationClipboard.addPasteListener(Component target, UploadHandler uploadHandler, SerializableConsumer<ClipboardEvent> listener) Adds a paste listener totargetwith a customUploadHandler. -
Uses of UploadHandler in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication with parameters of type UploadHandlerModifier and TypeMethodDescriptionstatic voidTransferUtil.handleUpload(UploadHandler handler, VaadinRequest request, VaadinResponse response, VaadinSession session, Element owner) Handle upload request and callhandleUploadRequest(UploadEvent)correctly for xhr and multipart uploads. -
Uses of UploadHandler in com.vaadin.flow.server.streams
Classes in com.vaadin.flow.server.streams that implement UploadHandlerModifier and TypeClassDescriptionclassAbstract class for file upload handler.classUpload handler that stores the data into a file generated by the givenFileFactory.classUpload handler for storing the upload in-memory.classUpload handler that stores the data into a temporary file.