public class BundledPluginLoaderFactory extends Object implements org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.loaders.BundledPluginLoader>, org.springframework.web.context.ServletContextAware
| Constructor and Description |
|---|
BundledPluginLoaderFactory(PluginDirectoryLocator pluginDirectoryLocator,
List<com.atlassian.plugin.factories.PluginFactory> pluginFactories,
com.atlassian.plugin.event.PluginEventManager pluginEventManager,
String bundledPluginFileName) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.plugin.loaders.BundledPluginLoader |
getObject() |
Class<com.atlassian.plugin.loaders.BundledPluginLoader> |
getObjectType() |
boolean |
isSingleton() |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
public BundledPluginLoaderFactory(PluginDirectoryLocator pluginDirectoryLocator, List<com.atlassian.plugin.factories.PluginFactory> pluginFactories, com.atlassian.plugin.event.PluginEventManager pluginEventManager, String bundledPluginFileName)
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface org.springframework.web.context.ServletContextAwarepublic com.atlassian.plugin.loaders.BundledPluginLoader getObject()
throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.loaders.BundledPluginLoader>Exceptionpublic Class<com.atlassian.plugin.loaders.BundledPluginLoader> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.loaders.BundledPluginLoader>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.loaders.BundledPluginLoader>Copyright © 2020 Atlassian. All rights reserved.