Uses of Interface
com.atlassian.plugin.hostcontainer.HostContainer

Packages that use HostContainer
com.atlassian.plugin   
com.atlassian.plugin.hostcontainer Package for classes that provide access to the host dependency injection container 
com.atlassian.plugin.module   
com.atlassian.plugin.osgi.bridge.external   
com.atlassian.plugin.osgi.external   
com.atlassian.plugin.web.descriptors   
 

Uses of HostContainer in com.atlassian.plugin
 

Constructors in com.atlassian.plugin with parameters of type HostContainer
DefaultModuleDescriptorFactory(HostContainer hostContainer)
          Instantiates a descriptor factory that uses the host container to create descriptors
 

Uses of HostContainer in com.atlassian.plugin.hostcontainer
 

Classes in com.atlassian.plugin.hostcontainer that implement HostContainer
 class DefaultHostContainer
          Simple host container that instantiates classes directly.
 class SimpleConstructorHostContainer
          Constructs module instances, matching the constructor with the largest number of arguments first.
 

Uses of HostContainer in com.atlassian.plugin.module
 

Fields in com.atlassian.plugin.module declared as HostContainer
protected  HostContainer ClassPrefixModuleFactory.hostContainer
           
 

Constructors in com.atlassian.plugin.module with parameters of type HostContainer
ClassPrefixModuleFactory(HostContainer hostContainer)
           
HostContainerLegacyAdaptor(HostContainer hostContainer)
           
 

Uses of HostContainer in com.atlassian.plugin.osgi.bridge.external
 

Classes in com.atlassian.plugin.osgi.bridge.external that implement HostContainer
 class SpringHostContainer
          Host container implementation that uses the bundle's application context
 

Uses of HostContainer in com.atlassian.plugin.osgi.external
 

Methods in com.atlassian.plugin.osgi.external that return HostContainer
 HostContainer SingleModuleDescriptorFactory.getHostContainer()
           
 

Constructors in com.atlassian.plugin.osgi.external with parameters of type HostContainer
SingleModuleDescriptorFactory(HostContainer hostContainer, String type, Class<T> moduleDescriptorClass)
          Constructs an instance using a specific host container
 

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

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



Copyright © 2010 Atlassian. All Rights Reserved.