Uses of Package
com.atlassian.plugin.osgi.hostcomponents

Packages that use com.atlassian.plugin.osgi.hostcomponents
com.atlassian.plugin.main Main interface to the plugins framework providing a facade to hide the unnecessary internals. 
com.atlassian.plugin.osgi.container Classes to manage interactions with an OSGi container 
com.atlassian.plugin.osgi.container.felix Classes to manage interactions with the Apache Felix container 
com.atlassian.plugin.osgi.factory.transform Classes for transforming legacy plugin jars into proper OSGi bundles. 
com.atlassian.plugin.osgi.hostcomponents This package provides a way for host applications to register their host components. 
com.atlassian.plugin.osgi.hostcomponents.impl Default implementation of the host component registration system that collects host components and registers them into an OSGi service registry. 
com.atlassian.plugin.osgi.util Utility methods for OSGi operations 
com.atlassian.plugin.spring Classes that assist in plugging a Spring application into Atlassian Plugins 2.0 
 

Classes in com.atlassian.plugin.osgi.hostcomponents used by com.atlassian.plugin.main
HostComponentProvider
          Defines an object that provides host components.
 

Classes in com.atlassian.plugin.osgi.hostcomponents used by com.atlassian.plugin.osgi.container
HostComponentRegistration
          Represents a registration of a host component
 

Classes in com.atlassian.plugin.osgi.hostcomponents used by com.atlassian.plugin.osgi.container.felix
HostComponentProvider
          Defines an object that provides host components.
HostComponentRegistration
          Represents a registration of a host component
 

Classes in com.atlassian.plugin.osgi.hostcomponents used by com.atlassian.plugin.osgi.factory.transform
HostComponentRegistration
          Represents a registration of a host component
 

Classes in com.atlassian.plugin.osgi.hostcomponents used by com.atlassian.plugin.osgi.hostcomponents
ComponentRegistrar
          A registrar for capturing host components and their configuration
ContextClassLoaderStrategy
          The strategy for handling the context class loader for host component method invocations
InstanceBuilder
          Ties a host component registration with a host component instance
PropertyBuilder
          Ties properties to the host component registration.
 

Classes in com.atlassian.plugin.osgi.hostcomponents used by com.atlassian.plugin.osgi.hostcomponents.impl
ComponentRegistrar
          A registrar for capturing host components and their configuration
HostComponentRegistration
          Represents a registration of a host component
InstanceBuilder
          Ties a host component registration with a host component instance
 

Classes in com.atlassian.plugin.osgi.hostcomponents used by com.atlassian.plugin.osgi.util
HostComponentRegistration
          Represents a registration of a host component
 

Classes in com.atlassian.plugin.osgi.hostcomponents used by com.atlassian.plugin.spring
ContextClassLoaderStrategy
          The strategy for handling the context class loader for host component method invocations
 



Copyright © 2010 Atlassian. All Rights Reserved.