Package com.atlassian.confluence.plugin
Class BundledPluginLoaderFactory
- java.lang.Object
-
- com.atlassian.confluence.plugin.BundledPluginLoaderFactory
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.FactoryBean
,org.springframework.web.context.ServletContextAware
public class BundledPluginLoaderFactory extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.web.context.ServletContextAware
-
-
Constructor Summary
Constructors Constructor Description BundledPluginLoaderFactory(PluginDirectoryProvider pluginDirectoryProvider, List<com.atlassian.plugin.factories.PluginFactory> pluginFactories, com.atlassian.plugin.event.PluginEventManager eventManager)
BundledPluginLoaderFactory(String directoryName, PluginDirectoryProvider pluginDirectoryProvider, List<com.atlassian.plugin.factories.PluginFactory> pluginFactories, com.atlassian.plugin.event.PluginEventManager eventManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getObject()
Class<com.atlassian.plugin.loaders.PluginLoader>
getObjectType()
boolean
isSingleton()
void
setServletContext(javax.servlet.ServletContext servletContext)
-
-
-
Constructor Detail
-
BundledPluginLoaderFactory
public BundledPluginLoaderFactory(String directoryName, PluginDirectoryProvider pluginDirectoryProvider, List<com.atlassian.plugin.factories.PluginFactory> pluginFactories, com.atlassian.plugin.event.PluginEventManager eventManager)
-
BundledPluginLoaderFactory
public BundledPluginLoaderFactory(PluginDirectoryProvider pluginDirectoryProvider, List<com.atlassian.plugin.factories.PluginFactory> pluginFactories, com.atlassian.plugin.event.PluginEventManager eventManager)
-
-
Method Detail
-
getObject
public Object getObject() throws Exception
- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean
- Throws:
Exception
-
getObjectType
public Class<com.atlassian.plugin.loaders.PluginLoader> getObjectType()
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interfaceorg.springframework.beans.factory.FactoryBean
-
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
setServletContext
in interfaceorg.springframework.web.context.ServletContextAware
-
-