Uses of Class
com.google.appengine.spi.FactoryProvider
Packages that use FactoryProvider
Package
Description
Provides a service to sign arbitrary byte arrays using an internally-generated, rotated private
key.
Provides access to long-running, addressable servers.
Provides management and persistent storage of large, immutable byte arrays.
Provides status information about the services available via the GAE APIs.
Provides facilities for the creation and manipulation of images.
Provides access to request logs and application logs.
Provides a service to send email messages on behalf of administrators or authenticated users,
also accessible via a JavaMail interface.
Provides fast but unreliable data storage, also accessible via a JCache interface.
Utility functions for working with App Engine services (previously known as modules).
Provides a method for clients to access server resources on behalf of a resource owner, as well
as a process for end-users to authorize third-party access to their server resources without
sharing their credentials.
Provides measurement of API and CPU usage during requests.
Provides a service for indexing documents and retrieving them using search queries.
Provides a mechanism to perform work initiated by a user request, outside of that request.
Provides a service to make HTTP/S requests of other servers on the internet.
Provides facilities to check if a user has authenticated, retrieve their email address, and check
if they are an administrator for this application.
Support for alternate implementations of Google App Engine services.
-
Uses of FactoryProvider in com.google.appengine.api.appidentity
Subclasses of FactoryProvider in com.google.appengine.api.appidentity -
Uses of FactoryProvider in com.google.appengine.api.backends
Subclasses of FactoryProvider in com.google.appengine.api.backends -
Uses of FactoryProvider in com.google.appengine.api.blobstore
Subclasses of FactoryProvider in com.google.appengine.api.blobstore -
Uses of FactoryProvider in com.google.appengine.api.capabilities
Subclasses of FactoryProvider in com.google.appengine.api.capabilities -
Uses of FactoryProvider in com.google.appengine.api.datastore
Subclasses of FactoryProvider in com.google.appengine.api.datastoreModifier and TypeClassDescriptionfinal class
CreatesIDatastoreServiceFactory
implementations. -
Uses of FactoryProvider in com.google.appengine.api.images
Subclasses of FactoryProvider in com.google.appengine.api.images -
Uses of FactoryProvider in com.google.appengine.api.log
Subclasses of FactoryProvider in com.google.appengine.api.log -
Uses of FactoryProvider in com.google.appengine.api.mail
Subclasses of FactoryProvider in com.google.appengine.api.mail -
Uses of FactoryProvider in com.google.appengine.api.memcache
Subclasses of FactoryProvider in com.google.appengine.api.memcache -
Uses of FactoryProvider in com.google.appengine.api.modules
Subclasses of FactoryProvider in com.google.appengine.api.modulesModifier and TypeClassDescriptionfinal class
Google App Engine'sFactoryProvider
forIModulesServiceFactory
. -
Uses of FactoryProvider in com.google.appengine.api.oauth
Subclasses of FactoryProvider in com.google.appengine.api.oauth -
Uses of FactoryProvider in com.google.appengine.api.quota
Subclasses of FactoryProvider in com.google.appengine.api.quota -
Uses of FactoryProvider in com.google.appengine.api.search
Subclasses of FactoryProvider in com.google.appengine.api.search -
Uses of FactoryProvider in com.google.appengine.api.taskqueue
Subclasses of FactoryProvider in com.google.appengine.api.taskqueue -
Uses of FactoryProvider in com.google.appengine.api.urlfetch
Subclasses of FactoryProvider in com.google.appengine.api.urlfetch -
Uses of FactoryProvider in com.google.appengine.api.users
Subclasses of FactoryProvider in com.google.appengine.api.usersModifier and TypeClassDescriptionfinal class
CreatesIUserServiceFactory
implementations. -
Uses of FactoryProvider in com.google.appengine.spi
Methods in com.google.appengine.spi with parameters of type FactoryProviderModifier and TypeMethodDescriptionint
FactoryProvider.compareTo
(FactoryProvider<?> o) This ensures that a list of these will be sorted so that higher precedence entries come later in the list.static <I> void
ServiceFactoryFactory.register
(FactoryProvider<I> p) Explicitly register a provider.