com.atlassian.config.util
Class BootstrapUtils

java.lang.Object
  extended by com.atlassian.config.util.BootstrapUtils

public class BootstrapUtils
extends Object


Constructor Summary
BootstrapUtils()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapUtils

public BootstrapUtils()
Method Detail

init

public static void init(org.springframework.context.ApplicationContext bootstrapContext,
                        javax.servlet.ServletContext servletContext)
                 throws BootstrapException
Initialise the bootstrap manager.

Parameters:
bootstrapContext - the Spring bootstrap context
servletContext - the servlet context of the web application
Throws:
BootstrapException

getBootstrapContext

public static org.springframework.context.ApplicationContext getBootstrapContext()

setBootstrapContext

public static void setBootstrapContext(org.springframework.context.ApplicationContext bootstrapContext)

getBootstrapManager

public static AtlassianBootstrapManager getBootstrapManager()

setBootstrapManager

public static void setBootstrapManager(AtlassianBootstrapManager bootstrapManager)

closeContext

public static void closeContext()


Atlassian Config is developed by Atlassian Software Systems.