| 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)
Creates the servlet module manager, but assumes you will be calling
ServletContextServletModuleManagerAccessor.setServletModuleManager(javax.servlet.ServletContext,
ServletModuleManager) yourself if you don't extend the dispatching servlet and filter classes to provide the servlet module
manager instance. |
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)
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager 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)
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager is removed |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPathMapper
Originally copied from Atlassian Seraph 1.0
|
Copyright © 2018 Atlassian. All rights reserved.