Uses of Interface
com.vaadin.flow.server.streams.UploadContent
Packages that use UploadContent
-
Uses of UploadContent in com.vaadin.flow.server.streams
Methods in com.vaadin.flow.server.streams with parameters of type UploadContentModifier and TypeMethodDescriptionprotected voidAbstractUploadHandler.runCompleteValidators(UploadEvent event, UploadContent content) Runs the complete phase of the registered validators against the fully received content.voidUploadCompleteCallback.validate(UploadEvent event, UploadContent content) Validates the fully received upload, rejecting it viaUploadEvent.reject(String)if it must not be delivered.default voidUploadValidator.validateComplete(UploadEvent event, UploadContent content) Validates the fully received upload, before it is delivered to the success callback.