|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.mchaplin.commons.WmindObject
net.mchaplin.ioc.component.DefaultComponent
public abstract class DefaultComponent
Default, ready-to-use ComponentI implementation
| Field Summary | |
|---|---|
protected ContainerI |
container
|
| Fields inherited from class net.mchaplin.commons.WmindObject |
|---|
EX_CAUSE, EX_STACK, log, METHOD_CALL, propertyHelper, STACK_PREFIX |
| Fields inherited from interface net.mchaplin.ioc.component.ComponentI |
|---|
CMP_I |
| Constructor Summary | |
|---|---|
DefaultComponent()
|
|
| Method Summary | |
|---|---|
ContainerI |
getContainer()
Provide component dependencies lookup facility |
void |
reset()
Provide facility for runtime component redeployment |
void |
setContainer(ContainerI aContainer)
Dependency injection setter |
| Methods inherited from class net.mchaplin.commons.WmindObject |
|---|
printInheritance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ContainerI container
| Constructor Detail |
|---|
public DefaultComponent()
| Method Detail |
|---|
public ContainerI getContainer()
ComponentI
getContainer in interface ComponentIComponentI.getContainer()public void setContainer(ContainerI aContainer)
ComponentI
setContainer in interface ComponentIComponentI.setContainer(net.mchaplin.ioc.ContainerI)public void reset()
ComponentI
reset in interface ComponentIComponentI.reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||