|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InitializingBean
Interface to be implemented by beans that need to react once all their
properties have been set by a Container
: for example, to perform
custom initialization.
This is similar in concept to the Spring
InitializingBean
.
Method Summary | |
---|---|
void |
afterContainerSetup(Container container)
This method allows the bean instance to perform initialization only possible when all bean properties have been set |
Method Detail |
---|
void afterContainerSetup(Container container)
This method allows the bean instance to perform initialization only possible when all bean properties have been set
container
- The container that is doing the initialization
|
Copyright ? 2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |