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   
 

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)
           
 



Copyright © 2014 Atlassian. All Rights Reserved.