public abstract class AbstractJaversBuilder
extends java.lang.Object
| Constructor and Description |
|---|
AbstractJaversBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addComponent(java.lang.Object classOrInstance) |
protected void |
addModule(InstantiatingModule module) |
protected void |
addModule(JaversModule module) |
protected void |
bindComponent(java.lang.Object componentKey,
java.lang.Object implementationOrInstance) |
protected void |
bootContainer() |
protected <T> java.util.List<T> |
getComponents(java.lang.Class<T> ofType) |
protected org.picocontainer.MutablePicoContainer |
getContainer() |
protected <T> T |
getContainerComponent(java.lang.Class<T> ofClass) |
protected void |
removeComponent(java.lang.Object classOrInstance) |
protected <T> T getContainerComponent(java.lang.Class<T> ofClass)
protected void bootContainer()
protected void addModule(InstantiatingModule module)
protected void addModule(JaversModule module)
protected <T> java.util.List<T> getComponents(java.lang.Class<T> ofType)
protected org.picocontainer.MutablePicoContainer getContainer()
protected void addComponent(java.lang.Object classOrInstance)
protected void bindComponent(java.lang.Object componentKey,
java.lang.Object implementationOrInstance)
protected void removeComponent(java.lang.Object classOrInstance)