Uses of Class
org.exoplatform.container.StandaloneContainer
Packages that use StandaloneContainer
-
Uses of StandaloneContainer in org.exoplatform.container
Methods in org.exoplatform.container that return StandaloneContainerModifier and TypeMethodDescriptionstatic 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).