@Component public class CustomContentLinkServiceFactory extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Constructor and Description |
---|
CustomContentLinkServiceFactory(org.osgi.framework.BundleContext bundleContext) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.atlassian.plugins.navlink.producer.contentlinks.customcontentlink.CustomContentLinkService |
getCustomContentLinkService() |
@Autowired public CustomContentLinkServiceFactory(@Nonnull org.osgi.framework.BundleContext bundleContext)
public void destroy() throws Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
Exception
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public com.atlassian.plugins.navlink.producer.contentlinks.customcontentlink.CustomContentLinkService getCustomContentLinkService()
Copyright © 2002-2019 Atlassian. All Rights Reserved.