|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.setup.BootstrapUtils
BootstrapUtils
public class BootstrapUtils
BootstrapUtils
Constructor Summary | |
---|---|
BootstrapUtils()
Deprecated. |
Method Summary | |
---|---|
static void |
closeContext()
Deprecated. since 2.3 use BootstrapUtils.closeContext() instead. |
static org.springframework.context.ApplicationContext |
getBootstrapContext()
Deprecated. since 2.3 use BootstrapUtils.getBootstrapContext() instead. |
static BootstrapManager |
getBootstrapManager()
Deprecated. since 2.3 use BootstrapUtils.getBootstrapManager() instead. |
static void |
setBootstrapContext(org.springframework.context.ApplicationContext bootstrapContext)
Deprecated. since 2.3 use BootstrapUtils.setBootstrapContext(ApplicationContext) instead. |
static void |
setBootstrapManager(BootstrapManager bootstrapManager)
Deprecated. since 2.3 use BootstrapUtils.setBootstrapManager(AtlassianBootstrapManager) instead. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BootstrapUtils()
Method Detail |
---|
public static org.springframework.context.ApplicationContext getBootstrapContext()
BootstrapUtils.getBootstrapContext()
instead.
public static void setBootstrapContext(org.springframework.context.ApplicationContext bootstrapContext)
BootstrapUtils.setBootstrapContext(ApplicationContext)
instead.
public static BootstrapManager getBootstrapManager()
BootstrapUtils.getBootstrapManager()
instead.
public static void setBootstrapManager(BootstrapManager bootstrapManager)
BootstrapUtils.setBootstrapManager(AtlassianBootstrapManager)
instead.
public static void closeContext()
BootstrapUtils.closeContext()
instead.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |