gwtupload.server.gae.HasBlobKey Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwtupload-gae Show documentation
Show all versions of gwtupload-gae Show documentation
Library for using gwtupload in AppEngine servers (requires gwtupload.jar)
The newest version!
package gwtupload.server.gae;
import com.google.appengine.api.blobstore.BlobKey;
import gwtupload.server.HasKey;
public interface HasBlobKey extends HasKey {
BlobKey getKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy