Uses of Interface
com.vaadin.flow.server.streams.ElementRequestHandler
Packages that use ElementRequestHandler
-
Uses of ElementRequestHandler in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom with parameters of type ElementRequestHandlerModifier and TypeMethodDescriptionElement.setAttribute(String attribute, ElementRequestHandler requestHandler) Sets the given attribute to the givenElementRequestHandlervalue. -
Uses of ElementRequestHandler in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return ElementRequestHandlerModifier and TypeMethodDescriptionStreamResourceRegistry.ElementStreamResource.getElementRequestHandler()Methods in com.vaadin.flow.server with parameters of type ElementRequestHandlerModifier and TypeMethodDescriptionStreamResourceRegistry.registerResource(ElementRequestHandler elementRequestHandler) Registers a stream resource in the session and returns registration handler.StreamResourceRegistry.registerResource(ElementRequestHandler elementRequestHandler, Element owner) Registers a stream resource in the session and returns registration handler.Constructors in com.vaadin.flow.server with parameters of type ElementRequestHandlerModifierConstructorDescriptionElementStreamResource(ElementRequestHandler elementRequestHandler, Element owner) -
Uses of ElementRequestHandler in com.vaadin.flow.server.streams
Subinterfaces of ElementRequestHandler in com.vaadin.flow.server.streamsModifier and TypeInterfaceDescriptioninterfaceProvides a flexible high-level abstraction for implementing file and arbitrary content downloads from server to client in Vaadin applications.interfaceProvides a flexible high-level abstraction for implementing file and arbitrary content uploads from client to server in Vaadin applications.Classes in com.vaadin.flow.server.streams that implement ElementRequestHandlerModifier and TypeClassDescriptionclassAbstractDownloadHandler<R extends AbstractDownloadHandler>Abstract class for common methods used in pre-made download handlers.classAbstract class for file upload handler.classDownload handler for serving a class resource.classDownload handler for use with a given File that will be read and written as binary data to the response.classUpload handler that stores the data into a file generated by the givenFileFactory.classUpload handler for storing the upload in-memory.classDownload handler for serving an input stream for client download.classDownload handler for serving a servlet resource for client download.classUpload handler that stores the data into a temporary file.