Directory

← Back

FluentFileDownloader

Provides the simplest way for Resources downloading

Author

Rating

Popularity

<100

This FileDownloader provides more useful functionality for Resources downloading. There is no necessity in manual FileDownloader creation and configuration.

Sample code

File tempFile = null;
try {
	tempFile = File.createTempFile("temp", ".txt");
} catch (IOException e) {
	e.printStackTrace();
}
FileResource fileResource = new FileResource(tempFile);

// The only thing you need to do is to call the static method..
FluentFileDownloader.download(fileResource);

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Add 8.4.0 Vaadin version support

Released
2018-05-02
Maturity
STABLE
License
Apache License 2.0

Compatibility

Framework
Browser
N/A

FluentFileDownloader - Vaadin Add-on Directory

Provides the simplest way for Resources downloading FluentFileDownloader - Vaadin Add-on Directory
This FileDownloader provides more useful functionality for Resources downloading. There is no necessity in manual FileDownloader creation and configuration.
GitLab page
Issue tracker

FluentFileDownloader version 1.0

FluentFileDownloader version 1.1
Add 8.4.0 Vaadin version support

Online