| Package | Description |
|---|---|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyBuilder |
PropertyBuilder.withContextClassLoaderStrategy(ContextClassLoaderStrategy strategy)
Sets the strategy to use for context classloader management
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ContextClassLoaderStrategy> |
SpringHostComponentProviderConfig.getBeanContextClassLoaderStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginBeanDefinitionRegistry.addContextClassLoaderStrategy(String beanName,
ContextClassLoaderStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringHostComponentProviderConfig.setBeanContextClassLoaderStrategies(Map<String,ContextClassLoaderStrategy> beanContextClassLoaderStrategies) |
void |
SpringHostComponentProviderFactoryBean.setBeanContextClassLoaderStrategies(Map<String,ContextClassLoaderStrategy> beanContextClassLoaderStrategies) |
Copyright © 2018 Atlassian. All rights reserved.