Uses of Class
com.vaadin.flow.server.StreamResource
Packages that use StreamResource
Package
Description
-
Uses of StreamResource in com.vaadin.flow.component.page
Methods in com.vaadin.flow.component.page with parameters of type StreamResourceModifier and TypeMethodDescriptionstatic PendingJavaScriptResultClipboard.writeImage(UI ui, StreamResource resource) Writes an image from the givenStreamResourceto the clipboard using the specified UI.static PendingJavaScriptResultClipboard.writeImage(StreamResource resource) Writes an image from the givenStreamResourceto the clipboard. -
Uses of StreamResource in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return StreamResourceModifier and TypeMethodDescriptionStreamResource.setContentType(String contentType) Deprecated, for removal: This API element is subject to removal in a future version.Set content type for the resource.StreamResource.setContentTypeResolver(ContentTypeResolver resolver) Deprecated, for removal: This API element is subject to removal in a future version.Sets the resolver which is used to lookup the content type of the resource.Deprecated, for removal: This API element is subject to removal in a future version.Sets the value of a generic response header. -
Uses of StreamResource in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication with parameters of type StreamResourceModifier and TypeMethodDescriptionvoidStreamResourceHandler.handleRequest(VaadinSession session, VaadinRequest request, VaadinResponse response, StreamResource streamResource) Handle sending for a stream resource request.