|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Download
Models a download object. A download has an url where the download may be downloaded, a filename that may be presented to the user and that will be used to name the download and a filesize.
| Method Summary | |
|---|---|
java.lang.String |
getAbsoluteUrl()
Returns an absolute URL to this download. |
java.lang.String |
getFileName()
Return the filename used in the url. |
long |
getFileSize()
Return the size in bytes of the file. |
java.lang.String |
getUrl()
Return url to the download. |
| Method Detail |
|---|
java.lang.String getUrl()
java.lang.String getAbsoluteUrl()
java.lang.String getFileName()
long getFileSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||