|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.blobstore.web.BlobStoreJspBean
public class BlobStoreJspBean
Provides blob download.
Constructor Summary | |
---|---|
BlobStoreJspBean()
|
Method Summary | |
---|---|
java.lang.String |
doDownloadBlob(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Downloads a blob. |
java.lang.String |
doDownloadFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Download a file : blob key is the metadata key |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlobStoreJspBean()
Method Detail |
---|
public java.lang.String doDownloadFile(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request
- the requestresponse
- the response
null
otherwise.public java.lang.String doDownloadBlob(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request
- the requrestresponse
- the response
null
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |