public class ContainerManager
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
autowireComponent(java.lang.Object component)
Deprecated.
Utility method to autowire a bean
|
static java.lang.Object |
getComponent(java.lang.String key)
Deprecated.
Utility method to get a bean from the current container
|
ContainerContext |
getContainerContext()
Deprecated.
use com.atlassian.spring.container.ContainerManager
|
static ContainerManager |
getInstance()
Deprecated.
|
static boolean |
isContainerSetup()
Deprecated.
|
static void |
resetInstance()
Deprecated.
|
void |
setContainerContext(ContainerContext containerContext)
Deprecated.
use com.atlassian.spring.container.ContainerManager
|
public static ContainerManager getInstance()
public static java.lang.Object getComponent(java.lang.String key)
public static void autowireComponent(java.lang.Object component)
component - public ContainerContext getContainerContext()
public void setContainerContext(ContainerContext containerContext)
containerContext - The containerContext to set.public static void resetInstance()
public static boolean isContainerSetup()
Copyright © 2014 Atlassian. All Rights Reserved.