com.atlassian.confluence.plugin.servlet.descriptors
Class ServletContextListenerModuleDescriptor

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

public class ServletContextListenerModuleDescriptor
extends com.atlassian.plugin.servlet.descriptors.ServletContextListenerModuleDescriptor

Subclasses ServletContextListenerModuleDescriptor to provide autowiring for listener modules.

See Also:
ServletContextListenerModuleDescriptor

Field Summary
 
Fields inherited from class com.atlassian.plugin.servlet.descriptors.ServletContextListenerModuleDescriptor
log
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
plugin, resources, singleton
 
Constructor Summary
ServletContextListenerModuleDescriptor()
           
 
Method Summary
protected  void autowireObject(java.lang.Object obj)
           
 
Methods inherited from class com.atlassian.plugin.servlet.descriptors.ServletContextListenerModuleDescriptor
getModule
 
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, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServletContextListenerModuleDescriptor

public ServletContextListenerModuleDescriptor()
Method Detail

autowireObject

protected void autowireObject(java.lang.Object obj)
Specified by:
autowireObject in class com.atlassian.plugin.servlet.descriptors.ServletContextListenerModuleDescriptor


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.