Uses of Interface
com.google.appengine.tools.development.LocalServiceContext
Packages that use LocalServiceContext
Package
Description
-
Uses of LocalServiceContext in com.google.appengine.api.appidentity.dev
Methods in com.google.appengine.api.appidentity.dev with parameters of type LocalServiceContextModifier and TypeMethodDescriptionvoidLocalAppIdentityService.init(LocalServiceContext context, Map<String, String> properties) Initializes the service with a set of configuration properties. -
Uses of LocalServiceContext in com.google.appengine.api.blobstore.dev
Methods in com.google.appengine.api.blobstore.dev with parameters of type LocalServiceContextModifier and TypeMethodDescriptionvoidLocalBlobstoreService.init(LocalServiceContext context, Map<String, String> properties) -
Uses of LocalServiceContext in com.google.appengine.api.capabilities.dev
Methods in com.google.appengine.api.capabilities.dev with parameters of type LocalServiceContextModifier and TypeMethodDescriptionvoidLocalCapabilitiesService.init(LocalServiceContext context, Map<String, String> properties) -
Uses of LocalServiceContext in com.google.appengine.api.datastore.dev
Methods in com.google.appengine.api.datastore.dev with parameters of type LocalServiceContextModifier and TypeMethodDescriptionvoidLocalDatastoreService.init(LocalServiceContext context, Map<String, String> properties) -
Uses of LocalServiceContext in com.google.appengine.api.images.dev
Methods in com.google.appengine.api.images.dev with parameters of type LocalServiceContextModifier and TypeMethodDescriptionvoidLocalImagesService.init(LocalServiceContext context, Map<String, String> properties) Initializes the service with a set of configuration properties. -
Uses of LocalServiceContext in com.google.appengine.api.mail.dev
Methods in com.google.appengine.api.mail.dev with parameters of type LocalServiceContextModifier and TypeMethodDescriptionvoidLocalMailService.init(LocalServiceContext context, Map<String, String> properties) -
Uses of LocalServiceContext in com.google.appengine.api.memcache.dev
Methods in com.google.appengine.api.memcache.dev with parameters of type LocalServiceContextModifier and TypeMethodDescriptionvoidLocalMemcacheService.init(LocalServiceContext context, Map<String, String> properties) -
Uses of LocalServiceContext in com.google.appengine.api.modules.dev
Methods in com.google.appengine.api.modules.dev with parameters of type LocalServiceContextModifier and TypeMethodDescriptionvoidLocalModulesService.init(LocalServiceContext context, Map<String, String> properties) -
Uses of LocalServiceContext in com.google.appengine.api.search.dev
Methods in com.google.appengine.api.search.dev with parameters of type LocalServiceContextModifier and TypeMethodDescriptionvoidLocalSearchService.init(LocalServiceContext context, Map<String, String> properties) -
Uses of LocalServiceContext in com.google.appengine.api.taskqueue.dev
Methods in com.google.appengine.api.taskqueue.dev with parameters of type LocalServiceContextModifier and TypeMethodDescriptionvoidLocalTaskQueue.init(LocalServiceContext context, Map<String, String> properties) -
Uses of LocalServiceContext in com.google.appengine.api.urlfetch.dev
Methods in com.google.appengine.api.urlfetch.dev with parameters of type LocalServiceContextModifier and TypeMethodDescriptionvoidLocalURLFetchService.init(LocalServiceContext context, Map<String, String> properties) -
Uses of LocalServiceContext in com.google.appengine.api.users.dev
Methods in com.google.appengine.api.users.dev with parameters of type LocalServiceContextModifier and TypeMethodDescriptionvoidLocalUserService.init(LocalServiceContext context, Map<String, String> properties) -
Uses of LocalServiceContext in com.google.appengine.tools.development
Methods in com.google.appengine.tools.development with parameters of type LocalServiceContextModifier and TypeMethodDescriptionvoidAbstractLocalRpcService.init(LocalServiceContext context, Map<String, String> properties) voidLocalRpcService.init(LocalServiceContext context, Map<String, String> properties) Initializes the service with a set of configuration properties.