Uses of Interface
com.atlassian.plugin.servlet.ServletModuleManager
Packages that use ServletModuleManager
Package
Description
-
Uses of ServletModuleManager in com.atlassian.plugin.servlet
Classes in com.atlassian.plugin.servlet that implement ServletModuleManagerModifier and TypeClassDescriptionclassA simple servletModuleManager to track and retrieve the loaded servlet plugin modules.Methods in com.atlassian.plugin.servlet that return ServletModuleManagerModifier and TypeMethodDescriptionprotected ServletModuleManagerServletModuleContainerServlet.getServletModuleManager()Constructors in com.atlassian.plugin.servlet with parameters of type ServletModuleManagerModifierConstructorDescriptionPluginServletContextWrapper(ServletModuleManager servletModuleManager, Plugin plugin, javax.servlet.ServletContext context, ConcurrentMap<String, Object> attributes, Map<String, String> initParams) -
Uses of ServletModuleManager in com.atlassian.plugin.servlet.descriptors
Constructors in com.atlassian.plugin.servlet.descriptors with parameters of type ServletModuleManagerModifierConstructorDescriptionServletFilterModuleDescriptor(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 ServletModuleManagerModifier and TypeMethodDescriptionprotected ServletModuleManagerServletFilterModuleContainerFilter.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 ServletModuleManagerModifier and TypeMethodDescriptionstatic ServletModuleManagerServletContextServletModuleManagerAccessor.getServletModuleManager(javax.servlet.ServletContext servletContext) Gets the servlet module manager in the servlet contextMethods in com.atlassian.plugin.servlet.util with parameters of type ServletModuleManagerModifier and TypeMethodDescriptionstatic voidServletContextServletModuleManagerAccessor.setServletModuleManager(javax.servlet.ServletContext servletContext, ServletModuleManager servletModuleManager) Sets the implementation of the servlet module manager