Uses of Interface
com.vaadin.flow.server.streams.UploadHandler
Packages that use UploadHandler
Package
Description
-
Uses of UploadHandler in com.vaadin.flow.component.upload
Methods in com.vaadin.flow.component.upload with parameters of type UploadHandlerModifier and TypeMethodDescriptionvoidUpload.setUploadHandler(UploadHandler handler) Set the upload handler to be used for this upload component.voidUpload.setUploadHandler(UploadHandler handler, String targetName) Set the upload handler to be used for this upload component.Constructors in com.vaadin.flow.component.upload with parameters of type UploadHandlerModifierConstructorDescriptionUpload(UploadHandler handler) Create a new instance of Upload with the given upload handler.Upload(UploadHandler handler, String targetName) Create a new instance of Upload with the given upload handler and target name. -
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.