public class

PluginFrameworkContextListener

extends Object
implements ServletContextListener
java.lang.Object
   ↳ com.atlassian.confluence.plugin.PluginFrameworkContextListener

Class Overview

Starts the plugin framework when the application starts and shuts it down when it finishes. The framework will only be started if a database connection is available and there are no upgrade errors.

Should always be found after the upgrade listener in web.xml, and before the lifecycle plugin listener.

During setup, the plugin framework is not started here. In that case, its initialisation is triggered by an event published when the database is first configured: DatabaseConfiguredEvent.

Summary

Public Constructors
PluginFrameworkContextListener()
Public Methods
void contextDestroyed(ServletContextEvent servletContextEvent)
void contextInitialized(ServletContextEvent servletContextEvent)
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.servlet.ServletContextListener

Public Constructors

public PluginFrameworkContextListener ()

Public Methods

public void contextDestroyed (ServletContextEvent servletContextEvent)

public void contextInitialized (ServletContextEvent servletContextEvent)