|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBlobStoreDownloadUrlService
Builds download Url. Useful when we want to share a http link, ftp link, or fylesystem link.
JSPBlobStoreDownloadUrlService
Method Summary | |
---|---|
java.lang.String |
getDownloadUrl(java.lang.String strBlobStore,
java.lang.String strBlobKey)
A blob url |
java.lang.String |
getFileUrl(java.lang.String strBlobStore,
java.lang.String strBlobKey)
A file URL |
Method Detail |
---|
java.lang.String getFileUrl(java.lang.String strBlobStore, java.lang.String strBlobKey)
strBlobStore
- the blobstore namlestrBlobKey
- the blobstore key
java.lang.String getDownloadUrl(java.lang.String strBlobStore, java.lang.String strBlobKey)
strBlobStore
- the blobstore namlestrBlobKey
- the blobstore key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |