| Package | Description |
|---|---|
| com.atlassian.plugin.servlet | |
| com.atlassian.plugin.servlet.descriptors | |
| com.atlassian.plugin.servlet.filter | |
| com.atlassian.plugin.servlet.util |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServletModuleManager
A simple servletModuleManager to track and retrieve the loaded servlet plugin modules.
|
| Modifier and Type | Method and Description |
|---|---|
protected ServletModuleManager |
ServletModuleContainerServlet.getServletModuleManager() |
| Constructor and Description |
|---|
PluginServletContextWrapper(ServletModuleManager servletModuleManager,
Plugin plugin,
javax.servlet.ServletContext context,
ConcurrentMap<String,Object> attributes,
Map<String,String> initParams) |
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
protected ServletModuleManager |
ServletFilterModuleContainerFilter.getServletModuleManager()
Retrieve the DefaultServletModuleManager from your container framework.
|
| Modifier and Type | Method and Description |
|---|---|
static ServletModuleManager |
ServletContextServletModuleManagerAccessor.getServletModuleManager(javax.servlet.ServletContext servletContext)
Gets the servlet module manager in the servlet context
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ServletContextServletModuleManagerAccessor.setServletModuleManager(javax.servlet.ServletContext servletContext,
ServletModuleManager servletModuleManager)
Sets the implementation of the servlet module manager
|
Copyright © 2018 Atlassian. All rights reserved.