|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<javax.servlet.ServletContextListener>
com.atlassian.plugin.servlet.descriptors.ServletContextListenerModuleDescriptor
public class ServletContextListenerModuleDescriptor
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.
| Field Summary | |
|---|---|
protected static org.slf4j.Logger |
log
|
| Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
moduleClassName, moduleFactory, plugin, resources, singleton |
| Constructor Summary | |
|---|---|
ServletContextListenerModuleDescriptor(ModuleFactory moduleFactory)
|
|
| Method Summary | |
|---|---|
javax.servlet.ServletContextListener |
getModule()
The particular module object created by this plugin. |
| Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
assertModuleClassImplements, destroy, disabled, enabled, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, init, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final org.slf4j.Logger log
| Constructor Detail |
|---|
public ServletContextListenerModuleDescriptor(ModuleFactory moduleFactory)
moduleFactory - | Method Detail |
|---|
public javax.servlet.ServletContextListener getModule()
ModuleDescriptor
getModule in interface ModuleDescriptor<javax.servlet.ServletContextListener>getModule in class AbstractModuleDescriptor<javax.servlet.ServletContextListener>ModuleDescriptor.getModuleClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||