|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.blobstore.service.download.JSPBlobStoreDownloadUrlService
public class JSPBlobStoreDownloadUrlService
Uses JSP to serve file.
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 |
---|
public JSPBlobStoreDownloadUrlService()
Method Detail |
---|
public java.lang.String getFileUrl(java.lang.String strBlobStore, java.lang.String strBlobKey)
getFileUrl
in interface IBlobStoreDownloadUrlService
strBlobStore
- the blob storestrBlobKey
- the blob key
public java.lang.String getDownloadUrl(java.lang.String strBlobStore, java.lang.String strBlobKey)
getDownloadUrl
in interface IBlobStoreDownloadUrlService
strBlobStore
- the blobstorestrBlobKey
- the key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |