fr.paris.lutece.plugins.blobstore.service.download
Class JSPBlobStoreDownloadUrlService

java.lang.Object
  extended by fr.paris.lutece.plugins.blobstore.service.download.JSPBlobStoreDownloadUrlService
All Implemented Interfaces:
IBlobStoreDownloadUrlService, java.io.Serializable

public class JSPBlobStoreDownloadUrlService
extends java.lang.Object
implements IBlobStoreDownloadUrlService

Uses JSP to serve file.

See Also:
Serialized Form

Constructor Summary
JSPBlobStoreDownloadUrlService()
           
 
Method Summary
 java.lang.String getDownloadUrl(java.lang.String strBlobStore, java.lang.String strBlobKey)
          Gets the downloadUrl
 java.lang.String getFileUrl(java.lang.String strBlobStore, java.lang.String strBlobKey)
          Gets the file url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPBlobStoreDownloadUrlService

public JSPBlobStoreDownloadUrlService()
Method Detail

getFileUrl

public java.lang.String getFileUrl(java.lang.String strBlobStore,
                                   java.lang.String strBlobKey)
Gets the file url

Specified by:
getFileUrl in interface IBlobStoreDownloadUrlService
Parameters:
strBlobStore - the blob store
strBlobKey - the blob key
Returns:
the url

getDownloadUrl

public java.lang.String getDownloadUrl(java.lang.String strBlobStore,
                                       java.lang.String strBlobKey)
Gets the downloadUrl

Specified by:
getDownloadUrl in interface IBlobStoreDownloadUrlService
Parameters:
strBlobStore - the blobstore
strBlobKey - the key
Returns:
the url


Copyright © 2011 Mairie de Paris. All Rights Reserved.