Uses of Class
org.exoplatform.container.StandaloneContainer
-
Packages that use StandaloneContainer Package Description org.exoplatform.container This package provides container API. -
-
Uses of StandaloneContainer in org.exoplatform.container
Methods in org.exoplatform.container that return StandaloneContainer Modifier and Type Method Description static StandaloneContainerStandaloneContainer. getInstance()Shortcut for getInstance(null, null).static StandaloneContainerStandaloneContainer. getInstance(ClassLoader configClassLoader)Shortcut for getInstance(configClassLoader, null).static StandaloneContainerStandaloneContainer. 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 StandaloneContainerStandaloneContainer. getInstance(Object[][] components)Shortcut for getInstance(null, components).
-