Package com.atlassian.plugin.servlet
package com.atlassian.plugin.servlet
-
ClassDescriptionA simple servletModuleManager to track and retrieve the loaded servlet plugin modules.We are wrapping the plugins servlet in another servlet so that we can set some things up before the plugins servlet is called.A request wrapper for requests bound for servlets declared in plugins.Wraps a HttpSession for consumption by OSGi plugins in order to workaround Weblogic problems caused by setting different Context ClassLoaders.Instances of the PluginServletConfig are passed to plugins servlet
Servletinit() method.A wrapper around servlet context that allows plugin servlets to add attributes which will not be shared/clobbered by other plugins.Applications need to create a concrete subclass of this for use in their webapp.The ServletModuleManager is responsible for servlets and filters - and their servlet contexts - defined in plugins.