Uses of Interface
com.atlassian.gadgets.spec.GadgetSpecFactory

Packages that use GadgetSpecFactory
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.directory.internal.impl   
com.atlassian.gadgets.embedded.internal Handles construction of gadget <iframes>, rendering, and URLs to Shindig's gadget rendering servlet. 
com.atlassian.gadgets.oauth.serviceprovider.internal   
com.atlassian.gadgets.renderer.internal   
 

Uses of GadgetSpecFactory in com.atlassian.gadgets.dashboard.internal.impl
 

Constructors in com.atlassian.gadgets.dashboard.internal.impl with parameters of type GadgetSpecFactory
GadgetFactoryImpl(GadgetStateFactory stateFactory, GadgetSpecFactory specFactory, com.atlassian.sal.api.message.I18nResolver i18n, com.atlassian.sal.api.message.HelpPathResolver helpPathResolver)
          Creates a new GadgetFactoryImpl that delegates to the specified factory.
 

Uses of GadgetSpecFactory in com.atlassian.gadgets.directory.internal.impl
 

Constructors in com.atlassian.gadgets.directory.internal.impl with parameters of type GadgetSpecFactory
AbstractDirectoryEntryProvider(GadgetSpecFactory gadgetSpecFactory, com.atlassian.sal.api.executor.ThreadLocalDelegateExecutorFactory threadLocalDelegateExecutorFactory)
           
ConfigurableExternalGadgetSpecDirectoryEntryProvider(GadgetSpecFactory gadgetSpecFactory, ExternalGadgetSpecStore externalGadgetSpecStore, DirectoryUrlBuilder directoryUrlBuilder, com.atlassian.sal.api.transaction.TransactionTemplate txTemplate, com.atlassian.sal.api.executor.ThreadLocalDelegateExecutorFactory threadLocalDelegateExecutorFactory, com.atlassian.event.api.EventPublisher eventPublisher)
           
GadgetSpecProviderDirectoryEntryProvider(GadgetSpecFactory gadgetSpecFactory, Iterable<GadgetSpecProvider> gadgetSpecProviders, com.atlassian.sal.api.executor.ThreadLocalDelegateExecutorFactory threadLocalDelegateExecutorFactory)
           
PluginExternalGadgetSpecDirectoryEntryProvider(GadgetSpecFactory gadgetSpecFactory, com.atlassian.sal.api.executor.ThreadLocalDelegateExecutorFactory threadLocalDelegateExecutorFactory)
          Creates a new instance that uses the specified GadgetSpecFactory to retrieve and parse gadget specs.
 

Uses of GadgetSpecFactory in com.atlassian.gadgets.embedded.internal
 

Constructors in com.atlassian.gadgets.embedded.internal with parameters of type GadgetSpecFactory
GadgetUrlBuilder(com.atlassian.sal.api.ApplicationProperties applicationProperties, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, SecurityTokenFactory securityTokenFactory, GadgetSpecFactory gadgetSpecFactory)
          Constructor.
GadgetViewFactoryImpl(GadgetSpecFactory specFactory, RenderedGadgetUriBuilder renderedUriBuilder)
           
 

Uses of GadgetSpecFactory in com.atlassian.gadgets.oauth.serviceprovider.internal
 

Constructors in com.atlassian.gadgets.oauth.serviceprovider.internal with parameters of type GadgetSpecFactory
OpenSocialConsumerInformationRenderer(com.atlassian.templaterenderer.TemplateRenderer renderer, GadgetSpecFactory gadgetSpecFactory, GadgetRequestContextFactory gadgetRequestContextFactory, com.atlassian.sal.api.user.UserManager userManager, com.atlassian.sal.api.message.I18nResolver i18nResolver)
           
OpenSocialTokenPropertiesFactory(GadgetSpecFactory gadgetSpecFactory)
           
 

Uses of GadgetSpecFactory in com.atlassian.gadgets.renderer.internal
 

Classes in com.atlassian.gadgets.renderer.internal that implement GadgetSpecFactory
 class GadgetSpecFactoryImpl
          Default implementation of GadgetSpecFactory.
 



Copyright © 2012 Atlassian. All Rights Reserved.