com.google.appengine.api.blobstore
Interface IBlobstoreServiceFactory
-
public interface IBlobstoreServiceFactory
CreatesBlobstoreService
implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description BlobstoreService
getBlobstoreService()
Creates aBlobstoreService
.
-
-
-
Method Detail
-
getBlobstoreService
BlobstoreService getBlobstoreService()
Creates aBlobstoreService
.
-
-