public class

ServletContextListenerModuleDescriptor

extends AbstractModuleDescriptor<T>
java.lang.Object
   ↳ com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
     ↳ com.atlassian.plugin.servlet.descriptors.ServletContextListenerModuleDescriptor

Class Overview

Provides a way for plugins to declare ServletContextListeners so they can be notified when the javax.servlet.ServletContext is created for the plugin. Implementors need to extend this class and implement the {#link autowireObject} method.

Summary

Fields
protected static final Logger log
[Expand]
Inherited Fields
From class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
Public Constructors
ServletContextListenerModuleDescriptor(ModuleFactory moduleFactory)
Public Methods
ServletContextListener getModule()
The particular module object created by this plugin.
[Expand]
Inherited Methods
From class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
From class java.lang.Object
From interface com.atlassian.plugin.ModuleDescriptor
From interface com.atlassian.plugin.Resourced
From interface com.atlassian.plugin.StateAware

Fields

protected static final Logger log

Public Constructors

public ServletContextListenerModuleDescriptor (ModuleFactory moduleFactory)

Public Methods

public ServletContextListener getModule ()

The particular module object created by this plugin.

Returns
  • The module object created by this plugin.