public class TestUpload
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
TestUpload() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
java.lang.String |
getPhotoDisplayUrl(com.google.appengine.api.blobstore.BlobKey blobKey) |
java.lang.String |
getThumbnailUrl(com.google.appengine.api.blobstore.BlobKey blobKey) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
doGet
in class javax.servlet.http.HttpServlet
java.io.IOException
public void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.io.IOException
doPost
in class javax.servlet.http.HttpServlet
java.io.IOException
public java.lang.String getThumbnailUrl(com.google.appengine.api.blobstore.BlobKey blobKey)
public java.lang.String getPhotoDisplayUrl(com.google.appengine.api.blobstore.BlobKey blobKey)