public class ContainerManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TENANTACCESSOR
Object accessed via the servletContext attributes
|
| Constructor and Description |
|---|
ContainerManager(javax.servlet.ServletContext servletContext) |
| Modifier and Type | Method and Description |
|---|---|
List<com.atlassian.plugin.servlet.DownloadStrategy> |
getDownloadStrategies() |
com.atlassian.plugin.osgi.hostcomponents.HostComponentProvider |
getHostComponentProvider() |
static ContainerManager |
getInstance() |
com.atlassian.plugin.ModuleDescriptorFactory |
getModuleDescriptorFactory() |
com.atlassian.plugin.osgi.container.OsgiContainerManager |
getOsgiContainerManager() |
com.atlassian.webresource.api.assembler.PageBuilderService |
getPageBuilderService() |
com.atlassian.plugin.PluginAccessor |
getPluginAccessor() |
com.atlassian.plugin.servlet.ServletModuleManager |
getServletModuleManager() |
com.atlassian.plugin.webresource.WebResourceIntegration |
getWebResourceIntegration() |
static void |
setInstance(ContainerManager mgr) |
public static final String TENANTACCESSOR
public ContainerManager(javax.servlet.ServletContext servletContext)
public static void setInstance(ContainerManager mgr)
public static ContainerManager getInstance()
public com.atlassian.plugin.servlet.ServletModuleManager getServletModuleManager()
public com.atlassian.plugin.osgi.container.OsgiContainerManager getOsgiContainerManager()
public com.atlassian.plugin.PluginAccessor getPluginAccessor()
public com.atlassian.plugin.osgi.hostcomponents.HostComponentProvider getHostComponentProvider()
public com.atlassian.plugin.ModuleDescriptorFactory getModuleDescriptorFactory()
public List<com.atlassian.plugin.servlet.DownloadStrategy> getDownloadStrategies()
public com.atlassian.webresource.api.assembler.PageBuilderService getPageBuilderService()
public com.atlassian.plugin.webresource.WebResourceIntegration getWebResourceIntegration()
Copyright © 2018 Atlassian. All rights reserved.