Uses of Interface
com.atlassian.plugin.servlet.util.PathMapper

Packages that use PathMapper
com.atlassian.plugin.servlet   
com.atlassian.plugin.servlet.util   
 

Uses of PathMapper in com.atlassian.plugin.servlet
 

Constructors in com.atlassian.plugin.servlet with parameters of type PathMapper
DefaultServletModuleManager(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.
 

Uses of PathMapper in com.atlassian.plugin.servlet.util
 

Classes in com.atlassian.plugin.servlet.util that implement PathMapper
 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 © 2010 Atlassian. All Rights Reserved.