Package com.atlassian.confluence.plugin
Class PluginsClassLoaderConfigurationListener
- java.lang.Object
-
- com.atlassian.confluence.plugin.PluginsClassLoaderConfigurationListener
-
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener
public final class PluginsClassLoaderConfigurationListener extends Object implements org.springframework.context.ApplicationListener
This application event listener will configure the provided delegation class loader to use the plugins classloader once the PluginsClassLoaderAvailableEvent is fired.
-
-
Constructor Summary
Constructors Constructor Description PluginsClassLoaderConfigurationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonApplicationEvent(org.springframework.context.ApplicationEvent event)voidsetDelegationClassLoader(ConfluenceUberClassLoader delegationClassLoader)
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener
-
setDelegationClassLoader
public void setDelegationClassLoader(ConfluenceUberClassLoader delegationClassLoader)
-
-