public class

ConfluenceLifecycleManager

extends DefaultLifecycleManager
java.lang.Object
   ↳ com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
     ↳ com.atlassian.sal.confluence.lifecycle.ConfluenceLifecycleManager

Summary

Public Constructors
ConfluenceLifecycleManager(PluginEventManager pluginEventManager)
Public Methods
void handleSetupCompleteEvent(SetupCompleteEvent event)
boolean isApplicationSetUp()
void setEventPublisher(EventPublisher eventPublisher)
Protected Methods
void notifyOnStart()
This method is called by the start method in the superclass.
[Expand]
Inherited Methods
From class com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
From class java.lang.Object
From interface com.atlassian.sal.api.lifecycle.LifecycleManager

Public Constructors

public ConfluenceLifecycleManager (PluginEventManager pluginEventManager)

Public Methods

public void handleSetupCompleteEvent (SetupCompleteEvent event)

public boolean isApplicationSetUp ()

public void setEventPublisher (EventPublisher eventPublisher)

Protected Methods

protected void notifyOnStart ()

This method is called by the start method in the superclass. We capture the call and note that it has been called and then just call the super method.