@Component public class DefaultProjectConfigTabManager extends Object implements ProjectConfigTabManager, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
ProjectConfigTab
s 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.BeanFactoryAware
org.springframework.beans.BeansException
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public ProjectConfigTab getTabForId(String id)
ProjectConfigTabManager
getTabForId
in interface ProjectConfigTabManager
id
- the id of the tab to render.Copyright © 2002-2017 Atlassian. All Rights Reserved.