@Component public class

CustomContentLinkServiceFactory

extends Object
implements DisposableBean InitializingBean
java.lang.Object
   ↳ com.atlassian.jira.plugin.headernav.customcontentlinks.CustomContentLinkServiceFactory

Class Overview

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

Summary

Public Constructors
CustomContentLinkServiceFactory(BundleContext bundleContext)
Public Methods
void afterPropertiesSet()
void destroy()
CustomContentLinkService getCustomContentLinkService()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.beans.factory.DisposableBean
From interface org.springframework.beans.factory.InitializingBean

Public Constructors

public CustomContentLinkServiceFactory (BundleContext bundleContext)

Public Methods

public void afterPropertiesSet ()

Throws
Exception

public void destroy ()

Throws
Exception

public CustomContentLinkService getCustomContentLinkService ()