|
Class Summary |
| DefaultServletModuleManager |
A simple servletModuleManager to track and retrieve the loaded servlet plugin
modules. |
| DelegatingPluginServlet |
We are wrapping the plugins servlet in another servlet so that we can set some things up before
the plugins servlet is called. |
| PluginHttpRequestWrapper |
A request wrapper for requests bound for servlets declared in plugins. |
| PluginHttpSessionWrapper |
Wraps a HttpSession for consumption by OSGi plugins in order to workaround Weblogic problems caused by setting
different Context ClassLoaders. |
| PluginServletConfig |
Instances of the PluginServletConfig are passed to plugins servlet Servlet init() method. |
| PluginServletContextWrapper |
A wrapper around servlet context that allows plugin servlets to add
attributes which will not be shared/clobbered by other plugins. |
| ServletModuleContainerServlet |
Applications need to create a concrete subclass of this for use in their webapp. |