|
eXo Kernel :: Container 2.4.4-CLD | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StandaloneContainer | |
|---|---|
| org.exoplatform.container | This package provides container API. |
| 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). |
|
eXo Kernel :: Container 2.4.4-CLD | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||