|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.blobstore.modules.rest.rs.BlobStoreRest
public class BlobStoreRest
BlobStoreRest
Constructor Summary | |
---|---|
BlobStoreRest()
|
Method Summary | |
---|---|
String |
doCreateBlobStore(String strBlobStore,
InputStream blob,
com.sun.jersey.core.header.FormDataContentDisposition blobDetail)
Create a blob |
String |
doDeleteBlobStore(String strBlobKey,
String strBlobStore)
Delete a blob |
String |
getFileUrl(String strBlobStore,
String strBlobKey)
Get the file url |
String |
getWADL(javax.servlet.http.HttpServletRequest request)
Get the wadl.xml content |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlobStoreRest()
Method Detail |
---|
public String getWADL(@Context javax.servlet.http.HttpServletRequest request)
request
- HttpServletRequest
public String getFileUrl(String strBlobStore, String strBlobKey)
strBlobStore
- the blobstorestrBlobKey
- the blob key
public String doDeleteBlobStore(String strBlobKey, String strBlobStore)
strBlobKey
- the blob keystrBlobStore
- the blobstore
public String doCreateBlobStore(String strBlobStore, InputStream blob, com.sun.jersey.core.header.FormDataContentDisposition blobDetail)
strBlobStore
- the the blobstore serviceblob
- the blob to createblobDetail
- the blob detail
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |