| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.atlassian.plugin.osgi.hostcomponents.ContextClassLoaderStrategy | |
The strategy for handling the context class loader for host component method invocations
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ContextClassLoaderStrategy | USE_HOST | This strategy ensures the context class loader will be set to the host application's class loader. | |||||||||
| ContextClassLoaderStrategy | USE_PLUGIN | This strategy ensures the context class loader remains the bundle's class loader. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
This strategy ensures the context class loader will be set to the host application's class loader.
This strategy ensures the context class loader remains the bundle's class loader.