Uses of Class
org.exoplatform.container.StandaloneContainer

Packages that use StandaloneContainer
org.exoplatform.container   
 

Uses of StandaloneContainer in org.exoplatform.container
 

Methods in org.exoplatform.container that return StandaloneContainer
static StandaloneContainer StandaloneContainer.getInstance()
          Shortcut for getInstance(null, null)
static StandaloneContainer StandaloneContainer.getInstance(ClassLoader configClassLoader)
          Shortcut for getInstance(configClassLoader, null)
static StandaloneContainer StandaloneContainer.getInstance(ClassLoader configClassLoader, Object[][] components)
          A way to inject externally instantiated objects to container before it starts Object[][] components - an array of components in form: {{"name1", component1}, {"name2", component2}, ...}
static StandaloneContainer StandaloneContainer.getInstance(Object[][] components)
          Shortcut for getInstance(null, components)
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.