Uses of Class
com.vaadin.flow.server.StreamResource
Packages that use StreamResource
Package
Description
-
Uses of StreamResource in com.vaadin.flow.component.map
Methods in com.vaadin.flow.component.map that return StreamResource -
Uses of StreamResource in com.vaadin.flow.component.map.configuration.style
Methods in com.vaadin.flow.component.map.configuration.style that return StreamResourceModifier and TypeMethodDescriptionIcon.getImg()The stream resource from which the icon's image should be loaded.Methods in com.vaadin.flow.component.map.configuration.style with parameters of type StreamResource -
Uses of StreamResource in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return StreamResourceModifier and TypeMethodDescriptionStreamResource.setContentType(String contentType) Set content type for the resource.StreamResource.setContentTypeResolver(ContentTypeResolver resolver) Sets the resolver which is used to lookup the content type of the resource.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.