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

Packages that use ServletModuleManager
com.atlassian.plugin.servlet   
com.atlassian.plugin.servlet.descriptors   
com.atlassian.plugin.servlet.filter   
com.atlassian.plugin.servlet.util   
 

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(ModuleFactory moduleFactory, ServletModuleManager servletModuleManager)
          Creates a descriptor that uses a module class factory to create instances.
ServletModuleDescriptor(ModuleFactory moduleFactory, 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
 



Copyright © 2015 Atlassian. All rights reserved.