| Interface | Description |
|---|---|
| Download |
Generic downloader.
|
| Class | Description |
|---|---|
| ByteArrayDownload |
Implements
Download from a byte array. |
| DownloadObserver |
Observer that return a File or an InputStream when method return type is a download type.
|
| DownloadView |
A view implementation that writes a download into response.
|
| FileDownload |
Reads bytes from a file into the result.
|
| InputStreamDownload |
Handles download by reading from a input stream byte by byte.
|
Copyright © 2014 Caelum. All rights reserved.