bucket.container
Class ContainerManager

java.lang.Object
  extended by bucket.container.ContainerManager

Deprecated. Instead use com.atlassian.spring.container.ContainerManager

public class ContainerManager
extends java.lang.Object

Exists for backward compatibility of plugins. Please use the new version in all code!


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

Method Detail

getInstance

public static ContainerManager getInstance()
Deprecated. 

getComponent

public static java.lang.Object getComponent(java.lang.String key)
Deprecated. 
Utility method to get a bean from the current container


autowireComponent

public static void autowireComponent(java.lang.Object component)
Deprecated. 
Utility method to autowire a bean

Parameters:
component -

getContainerContext

public ContainerContext getContainerContext()
Deprecated. use com.atlassian.spring.container.ContainerManager

Returns:
Returns the containerContext.

setContainerContext

public void setContainerContext(ContainerContext containerContext)
Deprecated. use com.atlassian.spring.container.ContainerManager

Parameters:
containerContext - The containerContext to set.

resetInstance

public static void resetInstance()
Deprecated. 

isContainerSetup

public static boolean isContainerSetup()
Deprecated. 


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.