Uses of Interface
com.atlassian.plugin.servlet.util.PathMapper
Packages that use PathMapper
-
Uses of PathMapper in com.atlassian.plugin.servlet
Constructors in com.atlassian.plugin.servlet with parameters of type PathMapperModifierConstructorDescriptionDefaultServletModuleManager(com.atlassian.plugin.event.PluginEventManager pluginEventManager, PathMapper servletPathMapper, PathMapper filterPathMapper) Creates the servlet module manager, but assumes you will be callingServletContextServletModuleManagerAccessor.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 passingthisbefore construction finishes is removedDefaultServletModuleManager(com.atlassian.plugin.event.PluginEventManager pluginEventManager, PathMapper servletMapper, PathMapper filterMapper, com.atlassian.plugin.servlet.FilterFactory filterFactory, ScopeManager scopeManager) Deprecated.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 whenScopeManageris removed -
Uses of PathMapper in com.atlassian.plugin.servlet.util
Classes in com.atlassian.plugin.servlet.util that implement PathMapperModifier and TypeClassDescriptionclassOriginally copied from Atlassian Seraph 1.0
ScopeManageris removed.