public class BootstrapUtils extends Object
| Constructor and Description |
|---|
BootstrapUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeContext() |
static org.springframework.context.ApplicationContext |
getBootstrapContext() |
static AtlassianBootstrapManager |
getBootstrapManager() |
static void |
init(org.springframework.context.ApplicationContext bootstrapContext,
javax.servlet.ServletContext servletContext)
Initialise the bootstrap manager.
|
static void |
setBootstrapContext(org.springframework.context.ApplicationContext bootstrapContext) |
static void |
setBootstrapManager(AtlassianBootstrapManager bootstrapManager) |
public static void init(org.springframework.context.ApplicationContext bootstrapContext,
javax.servlet.ServletContext servletContext)
throws BootstrapException
bootstrapContext - the Spring bootstrap contextservletContext - the servlet context of the web applicationBootstrapExceptionpublic static org.springframework.context.ApplicationContext getBootstrapContext()
public static void setBootstrapContext(org.springframework.context.ApplicationContext bootstrapContext)
public static AtlassianBootstrapManager getBootstrapManager()
public static void setBootstrapManager(AtlassianBootstrapManager bootstrapManager)
public static void closeContext()
Copyright © 2006–2024 Atlassian. All rights reserved.