com.atlassian.crowd.plugin.descriptors
Class ServletModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
      extended by com.atlassian.plugin.servlet.descriptors.BaseServletModuleDescriptor<javax.servlet.http.HttpServlet>
          extended by com.atlassian.plugin.servlet.descriptors.ServletModuleDescriptor
              extended by com.atlassian.crowd.plugin.descriptors.ServletModuleDescriptor
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor<javax.servlet.http.HttpServlet>, com.atlassian.plugin.Resourced, com.atlassian.plugin.StateAware, org.springframework.context.ApplicationContextAware

public class ServletModuleDescriptor
extends com.atlassian.plugin.servlet.descriptors.ServletModuleDescriptor
implements org.springframework.context.ApplicationContextAware


Field Summary
 
Fields inherited from class com.atlassian.plugin.servlet.descriptors.BaseServletModuleDescriptor
log
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
plugin, resources, singleton
 
Constructor Summary
ServletModuleDescriptor()
           
 
Method Summary
protected  void autowireObject(java.lang.Object component)
           
protected  com.atlassian.plugin.servlet.ServletModuleManager getServletModuleManager()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setServletModuleManager(com.atlassian.plugin.servlet.ServletModuleManager servletModuleManager)
           
 
Methods inherited from class com.atlassian.plugin.servlet.descriptors.ServletModuleDescriptor
disabled, enabled, getModule, getServlet
 
Methods inherited from class com.atlassian.plugin.servlet.descriptors.BaseServletModuleDescriptor
getInitParams, getPaths, init
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, 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

ServletModuleDescriptor

public ServletModuleDescriptor()
Method Detail

autowireObject

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

getServletModuleManager

protected com.atlassian.plugin.servlet.ServletModuleManager getServletModuleManager()
Specified by:
getServletModuleManager in class com.atlassian.plugin.servlet.descriptors.ServletModuleDescriptor

setServletModuleManager

public void setServletModuleManager(com.atlassian.plugin.servlet.ServletModuleManager servletModuleManager)

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.