|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServletModuleManager | |
|---|---|
| com.atlassian.plugin.servlet | |
| com.atlassian.plugin.servlet.descriptors | |
| com.atlassian.plugin.servlet.filter | |
| com.atlassian.plugin.servlet.util | |
| com.atlassian.plugin.spring | Classes that assist in plugging a Spring application into Atlassian Plugins 2.0 |
| Uses of ServletModuleManager in com.atlassian.plugin.servlet |
|---|
| Classes in com.atlassian.plugin.servlet that implement ServletModuleManager | |
|---|---|
class |
DefaultServletModuleManager
A simple servletModuleManager to track and retrieve the loaded servlet plugin modules. |
| Methods in com.atlassian.plugin.servlet that return ServletModuleManager | |
|---|---|
protected ServletModuleManager |
ServletModuleContainerServlet.getServletModuleManager()
|
| Uses of ServletModuleManager in com.atlassian.plugin.servlet.descriptors |
|---|
| Constructors in com.atlassian.plugin.servlet.descriptors with parameters of type ServletModuleManager | |
|---|---|
ServletFilterModuleDescriptor(ModuleFactory moduleFactory,
ServletModuleManager servletModuleManager)
Creates a descriptor that uses a module class factory to create instances. |
|
ServletModuleDescriptor(ModuleFactory moduleFactory,
ServletModuleManager servletModuleManager)
Creates a descriptor that uses a module factory to create instances |
|
| Uses of ServletModuleManager in com.atlassian.plugin.servlet.filter |
|---|
| Methods in com.atlassian.plugin.servlet.filter that return ServletModuleManager | |
|---|---|
protected ServletModuleManager |
ServletFilterModuleContainerFilter.getServletModuleManager()
Retrieve the DefaultServletModuleManager from your container framework. |
| Uses of ServletModuleManager in com.atlassian.plugin.servlet.util |
|---|
| Methods in com.atlassian.plugin.servlet.util that return ServletModuleManager | |
|---|---|
static ServletModuleManager |
ServletContextServletModuleManagerAccessor.getServletModuleManager(javax.servlet.ServletContext servletContext)
Gets the servlet module manager in the servlet context |
| Methods in com.atlassian.plugin.servlet.util with parameters of type ServletModuleManager | |
|---|---|
static void |
ServletContextServletModuleManagerAccessor.setServletModuleManager(javax.servlet.ServletContext servletContext,
ServletModuleManager servletModuleManager)
Sets the implementation of the servlet module manager |
| Uses of ServletModuleManager in com.atlassian.plugin.spring |
|---|
| Classes in com.atlassian.plugin.spring that implement ServletModuleManager | |
|---|---|
class |
SpringServletModuleManager
A ServletModuleManager that has a ServletContext automatically injected |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||