|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.setup.BootstrapUtils
public class BootstrapUtils
Confluence's Bootstrap utils class. Most of the methods here has been deprecated. Use
BootstrapUtils in atlassian-config instead.
| Constructor Summary | |
|---|---|
BootstrapUtils()
|
|
| Method Summary | |
|---|---|
static void |
closeContext()
Deprecated. Use BootstrapUtils.closeContext() instead. |
static org.springframework.context.ApplicationContext |
getBootstrapContext()
Deprecated. Use BootstrapUtils.getBootstrapContext() instead. |
static BootstrapManager |
getBootstrapManager()
Deprecated. Use BootstrapUtils.getBootstrapManager() instead. |
static com.atlassian.plugin.servlet.PluginResourceDownload |
getSimplePluginResourceDownload()
Instantiates PluginResourceDownload, but manually injects the PluginManager from the bootstrap context (rather than the Spring context). |
static void |
setBootstrapContext(org.springframework.context.ApplicationContext bootstrapContext)
Deprecated. Use BootstrapUtils.setBootstrapContext(ApplicationContext) instead. |
static void |
setBootstrapManager(BootstrapManager bootstrapManager)
Deprecated. 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.
public static com.atlassian.plugin.servlet.PluginResourceDownload getSimplePluginResourceDownload()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||