FluentFileDownloader
Provides the simplest way for Resources downloading
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);
Links
Compatibility
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 downloadingThis FileDownloader provides more useful functionality for Resources downloading.
There is no necessity in manual FileDownloader creation and configuration.
GitLab pageIssue tracker
FluentFileDownloader version 1.0
FluentFileDownloader version 1.1
Add 8.4.0 Vaadin version support