public class ServletContextServletModuleManagerAccessor extends Object
HostContainer instance. Requires initialisation before first use.| Constructor and Description |
|---|
ServletContextServletModuleManagerAccessor() |
| Modifier and Type | Method and Description |
|---|---|
static ServletModuleManager |
getServletModuleManager(javax.servlet.ServletContext servletContext)
Gets the servlet module manager in the servlet context
|
static void |
setServletModuleManager(javax.servlet.ServletContext servletContext,
ServletModuleManager servletModuleManager)
Sets the implementation of the servlet module manager
|
public ServletContextServletModuleManagerAccessor()
public static ServletModuleManager getServletModuleManager(javax.servlet.ServletContext servletContext) throws IllegalStateException
servletContext - the servlet context to look up the servlet module manager inIllegalStateExceptionpublic static void setServletModuleManager(javax.servlet.ServletContext servletContext,
ServletModuleManager servletModuleManager)
servletContext - the servlet context to set the manager inservletModuleManager - the implementation to setCopyright © 2014 Atlassian. All rights reserved.