| Package | Description |
|---|---|
| com.atlassian.plugin.servlet | |
| com.atlassian.plugin.servlet.util |
| Constructor and Description |
|---|
DefaultServletModuleManager(com.atlassian.plugin.event.PluginEventManager pluginEventManager,
PathMapper servletPathMapper,
PathMapper filterPathMapper)
|
DefaultServletModuleManager(com.atlassian.plugin.event.PluginEventManager pluginEventManager,
PathMapper servletMapper,
PathMapper filterMapper,
com.atlassian.plugin.servlet.FilterFactory filterFactory)
The broadest constructor should be the last one standing when: dependency injection is fixed passing
this before construction finishes is removed |
DefaultServletModuleManager(com.atlassian.plugin.event.PluginEventManager pluginEventManager,
PathMapper servletMapper,
PathMapper filterMapper,
com.atlassian.plugin.servlet.FilterFactory filterFactory,
ScopeManager scopeManager)
The broadest constructor should be the last one standing when: dependency injection is fixed passing
this before construction finishes is removed |
DefaultServletModuleManager(javax.servlet.ServletContext servletContext,
com.atlassian.plugin.event.PluginEventManager pluginEventManager,
PathMapper servletMapper,
PathMapper filterMapper,
com.atlassian.plugin.servlet.FilterFactory filterFactory,
ScopeManager scopeManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPathMapper
Originally opied from Atlassian Seraph 1.0
Modified to store a list of keys for a mapping rather than a single value.
|
Copyright © 2018 Atlassian. All rights reserved.