com.atlassian.jira.plugin.headernav.customcontentlinks
Class CustomContentLinkServiceFactory

java.lang.Object
  extended by com.atlassian.jira.plugin.headernav.customcontentlinks.CustomContentLinkServiceFactory
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

@Component
public class CustomContentLinkServiceFactory
extends Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean

Get a CustomContentLinkService 'softly', allowing the navlinks plugin to be reloaded


Constructor Summary
CustomContentLinkServiceFactory(org.osgi.framework.BundleContext bundleContext)
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 com.atlassian.plugins.navlink.producer.contentlinks.customcontentlink.CustomContentLinkService getCustomContentLinkService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomContentLinkServiceFactory

public CustomContentLinkServiceFactory(@Nonnull
                                       org.osgi.framework.BundleContext bundleContext)
Method Detail

destroy

public void destroy()
             throws Exception
Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
Throws:
Exception

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

getCustomContentLinkService

public com.atlassian.plugins.navlink.producer.contentlinks.customcontentlink.CustomContentLinkService getCustomContentLinkService()


Copyright © 2002-2014 Atlassian. All Rights Reserved.