Uses of Interface
com.atlassian.plugin.module.ModuleFactory

Packages that use ModuleFactory
com.atlassian.plugin.descriptors   
com.atlassian.plugin.module   
com.atlassian.plugin.osgi.module   
com.atlassian.plugin.servlet.descriptors   
com.atlassian.plugin.servlet.download.plugin   
com.atlassian.plugin.web.descriptors   
com.atlassian.plugin.webresource.transformer   
 

Uses of ModuleFactory in com.atlassian.plugin.descriptors
 

Fields in com.atlassian.plugin.descriptors declared as ModuleFactory
protected  ModuleFactory AbstractModuleDescriptor.moduleFactory
           
 

Constructors in com.atlassian.plugin.descriptors with parameters of type ModuleFactory
AbstractModuleDescriptor(ModuleFactory moduleFactory)
           
 

Uses of ModuleFactory in com.atlassian.plugin.module
 

Subinterfaces of ModuleFactory in com.atlassian.plugin.module
 interface PrefixModuleFactory
          A module factory that is matched when its prefix is matched, and therefore, relies an a delegating module factory that determines the prefix somehow.
 

Classes in com.atlassian.plugin.module that implement ModuleFactory
 class ClassPrefixModuleFactory
          The ClassModuleFactory creates a java bean for the given module class by using either the plugins container or the hostcontainer, depending if the plugin implements ContainerManagedPlugin.
 class HostContainerLegacyAdaptor
          Legacy module factory that uses the deprecated AutowireCapablePlugin interface
 class LegacyModuleFactory
          Legacy module factory that provides module classes for descriptors that aren't using an injected ModuleFactory
 class PrefixDelegatingModuleFactory
          The default implementation of a ModuleFactory.
 

Fields in com.atlassian.plugin.module declared as ModuleFactory
static ModuleFactory ModuleFactory.LEGACY_MODULE_FACTORY
          Returns the module class.
 

Methods in com.atlassian.plugin.module that return ModuleFactory
protected  ModuleFactory PrefixDelegatingModuleFactory.getModuleFactoryForPrefix(com.atlassian.plugin.module.PrefixDelegatingModuleFactory.ModuleReference moduleReference, ModuleDescriptor<?> moduleDescriptor)
          Returns the module factory for a prefix, first using registered prefixes, then any from the plugin's container.
 

Uses of ModuleFactory in com.atlassian.plugin.osgi.module
 

Classes in com.atlassian.plugin.osgi.module that implement ModuleFactory
 class BeanPrefixModuleFactory
          The SpringBeanModuleFactory creates a java bean for the given module class by resolving the name to spring bean reference.
 

Uses of ModuleFactory in com.atlassian.plugin.servlet.descriptors
 

Constructors in com.atlassian.plugin.servlet.descriptors with parameters of type ModuleFactory
BaseServletModuleDescriptor(ModuleFactory moduleCreator)
           
ServletContextListenerModuleDescriptor(ModuleFactory moduleFactory)
           
ServletFilterModuleDescriptor(ModuleFactory moduleFactory, ServletModuleManager servletModuleManager)
          Creates a descriptor that uses a module class factory to create instances.
ServletModuleDescriptor(ModuleFactory moduleFactory, ServletModuleManager servletModuleManager)
          Creates a descriptor that uses a module factory to create instances
 

Uses of ModuleFactory in com.atlassian.plugin.servlet.download.plugin
 

Constructors in com.atlassian.plugin.servlet.download.plugin with parameters of type ModuleFactory
DownloadStrategyModuleDescriptor(ModuleFactory moduleCreator)
          Creates a download strategy.
 

Uses of ModuleFactory in com.atlassian.plugin.web.descriptors
 

Constructors in com.atlassian.plugin.web.descriptors with parameters of type ModuleFactory
DefaultWebPanelModuleDescriptor(HostContainer hostContainer, ModuleFactory moduleClassFactory, WebInterfaceManager webInterfaceManager)
           
WebPanelRendererModuleDescriptor(ModuleFactory moduleClassFactory)
           
 

Uses of ModuleFactory in com.atlassian.plugin.webresource.transformer
 

Constructors in com.atlassian.plugin.webresource.transformer with parameters of type ModuleFactory
WebResourceTransformerModuleDescriptor(ModuleFactory moduleFactory)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.