Uses of Interface
com.vaadin.flow.server.StreamResourceWriter
Packages that use StreamResourceWriter
-
Uses of StreamResourceWriter in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return StreamResourceWriterModifier and TypeMethodDescriptionStreamResource.getWriter()Deprecated, for removal: This API element is subject to removal in a future version.Returns the stream resource writer.Constructors in com.vaadin.flow.server with parameters of type StreamResourceWriterModifierConstructorDescriptionStreamResource(String name, StreamResourceWriter writer) Deprecated, for removal: This API element is subject to removal in a future version.CreatesStreamResourceinstance using mandatory parametersnameas a resource file name and output streamwriteras a data producer.