Uses of Class
com.atlassian.plugin.osgi.hostcomponents.ContextClassLoaderStrategy

Packages that use ContextClassLoaderStrategy
com.atlassian.plugin.osgi.hostcomponents This package provides a way for host applications to register their host components. 
com.atlassian.plugin.spring Classes that assist in plugging a Spring application into Atlassian Plugins 2.0 
 

Uses of ContextClassLoaderStrategy in com.atlassian.plugin.osgi.hostcomponents
 

Methods in com.atlassian.plugin.osgi.hostcomponents that return ContextClassLoaderStrategy
static ContextClassLoaderStrategy ContextClassLoaderStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContextClassLoaderStrategy[] ContextClassLoaderStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.plugin.osgi.hostcomponents with parameters of type ContextClassLoaderStrategy
 PropertyBuilder PropertyBuilder.withContextClassLoaderStrategy(ContextClassLoaderStrategy strategy)
          Sets the strategy to use for context classloader management
 

Uses of ContextClassLoaderStrategy in com.atlassian.plugin.spring
 

Methods in com.atlassian.plugin.spring with parameters of type ContextClassLoaderStrategy
 void PluginBeanDefinitionRegistry.addContextClassLoaderStrategy(String beanName, ContextClassLoaderStrategy strategy)
           
 

Method parameters in com.atlassian.plugin.spring with type arguments of type ContextClassLoaderStrategy
 void SpringHostComponentProviderFactoryBean.setBeanContextClassLoaderStrategies(Map<String,ContextClassLoaderStrategy> beanContextClassLoaderStrategies)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.