fr.paris.lutece.plugins.blobstore.service.download
Interface IBlobStoreDownloadUrlService

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
JSPBlobStoreDownloadUrlService

public interface IBlobStoreDownloadUrlService
extends java.io.Serializable

Builds download Url. Useful when we want to share a http link, ftp link, or fylesystem link.

See Also:
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

getFileUrl

java.lang.String getFileUrl(java.lang.String strBlobStore,
                            java.lang.String strBlobKey)
A file URL

Parameters:
strBlobStore - the blobstore namle
strBlobKey - the blobstore key
Returns:
the file url

getDownloadUrl

java.lang.String getDownloadUrl(java.lang.String strBlobStore,
                                java.lang.String strBlobKey)
A blob url

Parameters:
strBlobStore - the blobstore namle
strBlobKey - the blobstore key
Returns:
the blob url


Copyright © 2011 Mairie de Paris. All Rights Reserved.