@Component public class DefaultProjectConfigTabManager extends Object implements ProjectConfigTabManager, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
ProjectConfigTabs out of the BeanFactory associated with the plugin.| Constructor and Description |
|---|
DefaultProjectConfigTabManager(org.osgi.framework.BundleContext bundleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
ProjectConfigTab |
getTabForId(String id)
Return the tab with the specified ID.
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
@Autowired public DefaultProjectConfigTabManager(org.osgi.framework.BundleContext bundleContext)
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic ProjectConfigTab getTabForId(String id)
ProjectConfigTabManagergetTabForId in interface ProjectConfigTabManagerid - the id of the tab to render.Copyright © 2002-2022 Atlassian. All Rights Reserved.