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 
 

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.
 



Copyright © 2009 Atlassian. All Rights Reserved.