|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DownloadLink | |
|---|---|
| org.apache.wicket.markup.html.link | Link components. |
| Uses of DownloadLink in org.apache.wicket.markup.html.link |
|---|
| Methods in org.apache.wicket.markup.html.link that return DownloadLink | |
|---|---|
DownloadLink |
DownloadLink.setCacheDuration(Duration duration)
Sets the duration for which the file resource should be cached by the client. |
DownloadLink |
DownloadLink.setDeleteAfterDownload(boolean deleteAfter)
USE THIS METHOD WITH CAUTION! If true, the file will be deleted! The recommended way to use this setting, is to set this DownloadLink object's model with a LoadableDetachableModel instance and the resulting file being generated in a temporary folder. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||