|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wamblee.ioc.BeanKernel
public final class BeanKernel
The standard means to obtain the bean factory. This works by reading a property from a property file named from the class path. This property identifies the bean factory implementation to use. The configured bean factory must have a no-arg constructor.
| Method Summary | |
|---|---|
static BeanFactory |
getBeanFactory()
Gets the bean factory. |
static void |
overrideBeanFactory(BeanFactory aOverride)
Overrides the default mechanism for looking up the bean factory by specifying it yourself. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void overrideBeanFactory(BeanFactory aOverride)
aOverride - Override bean factory.public static BeanFactory getBeanFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||