Class ServletContextListenerModuleDescriptor

java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<javax.servlet.ServletContextListener>
com.atlassian.plugin.servlet.descriptors.ServletContextListenerModuleDescriptor
All Implemented Interfaces:
ModuleDescriptor<javax.servlet.ServletContextListener>, Resourced, ScopeAware, StateAware

public class ServletContextListenerModuleDescriptor extends AbstractModuleDescriptor<javax.servlet.ServletContextListener>
Provides a way for plugins to declare ServletContextListeners so they can be notified when the ServletContext is created for the plugin. Implementors need to extend this class and implement the {#link autowireObject} method.
Since:
2.1.0
  • Field Details

    • log

      protected static final org.slf4j.Logger log
  • Constructor Details

    • ServletContextListenerModuleDescriptor

      public ServletContextListenerModuleDescriptor(ModuleFactory moduleFactory)
      Since:
      2.5.0
  • Method Details