Uses of Interface
com.vaadin.flow.server.streams.UploadHandler
Packages that use UploadHandler
-
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.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. -
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.