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

Packages that use ModuleFactory
com.atlassian.plugin.descriptors   
com.atlassian.plugin.module   
 

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 ContainerManagedPlugin to create beans
 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.
 



Copyright © 2014 Atlassian. All Rights Reserved.