Uses of Interface
com.atlassian.plugin.servlet.ServletModuleManager

Packages that use ServletModuleManager
com.atlassian.plugin.refimpl   
com.atlassian.plugin.servlet   
com.atlassian.plugin.servlet.descriptors   
com.atlassian.plugin.servlet.filter   
com.atlassian.plugin.servlet.util   
com.atlassian.plugin.spring Classes that assist in plugging a Spring application into Atlassian Plugins 2.0 
 

Uses of ServletModuleManager in com.atlassian.plugin.refimpl
 

Methods in com.atlassian.plugin.refimpl that return ServletModuleManager
 ServletModuleManager ContainerManager.getServletModuleManager()
           
 

Uses of ServletModuleManager in com.atlassian.plugin.servlet
 

Classes in com.atlassian.plugin.servlet that implement ServletModuleManager
 class DefaultServletModuleManager
          A simple servletModuleManager to track and retrieve the loaded servlet plugin modules.
 

Methods in com.atlassian.plugin.servlet that return ServletModuleManager
protected  ServletModuleManager ServletModuleContainerServlet.getServletModuleManager()
           
 

Uses of ServletModuleManager in com.atlassian.plugin.servlet.descriptors
 

Constructors in com.atlassian.plugin.servlet.descriptors with parameters of type ServletModuleManager
ServletFilterModuleDescriptor(HostContainer hostContainer, ServletModuleManager servletModuleManager)
          Creates a descriptor that uses a module factory to create instances
ServletModuleDescriptor(HostContainer hostContainer, ServletModuleManager servletModuleManager)
          Creates a descriptor that uses a module factory to create instances
 

Uses of ServletModuleManager in com.atlassian.plugin.servlet.filter
 

Methods in com.atlassian.plugin.servlet.filter that return ServletModuleManager
protected  ServletModuleManager ServletFilterModuleContainerFilter.getServletModuleManager()
          Retrieve the DefaultServletModuleManager from your container framework.
 

Uses of ServletModuleManager in com.atlassian.plugin.servlet.util
 

Methods in com.atlassian.plugin.servlet.util that return ServletModuleManager
static ServletModuleManager ServletContextServletModuleManagerAccessor.getServletModuleManager(javax.servlet.ServletContext servletContext)
          Gets the servlet module manager in the servlet context
 

Methods in com.atlassian.plugin.servlet.util with parameters of type ServletModuleManager
static void ServletContextServletModuleManagerAccessor.setServletModuleManager(javax.servlet.ServletContext servletContext, ServletModuleManager servletModuleManager)
          Sets the implementation of the servlet module manager
 

Uses of ServletModuleManager in com.atlassian.plugin.spring
 

Classes in com.atlassian.plugin.spring that implement ServletModuleManager
 class SpringServletModuleManager
          A ServletModuleManager that has a ServletContext automatically injected
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.