com.atlassian.plugin.spring
Class SpringServletModuleManager

java.lang.Object
  extended by com.atlassian.plugin.servlet.DefaultServletModuleManager
      extended by com.atlassian.plugin.spring.SpringServletModuleManager
All Implemented Interfaces:
ServletModuleManager, org.springframework.web.context.ServletContextAware

public class SpringServletModuleManager
extends DefaultServletModuleManager
implements org.springframework.web.context.ServletContextAware

A ServletModuleManager that has a ServletContext automatically injected


Constructor Summary
SpringServletModuleManager(PluginEventManager pluginEventManager)
           
 
Method Summary
 void setServletContext(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class com.atlassian.plugin.servlet.DefaultServletModuleManager
addFilterModule, addServletModule, getFilters, getFilters, getServlet, onPluginDisabled, onPluginFrameworkBeforeShutdown, onPluginFrameworkShutdown, removeFilterModule, removeServletModule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringServletModuleManager

public SpringServletModuleManager(PluginEventManager pluginEventManager)
Method Detail

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)
Specified by:
setServletContext in interface org.springframework.web.context.ServletContextAware


Copyright © 2015 Atlassian. All rights reserved.