|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementInitializer
This interface contains all the methods that a class must implement to be able to handle the initialization of an element.
The initialization of an element is performed for each element instance
as the first action in a fully setup context. This is handy to perform
initialization logic that's common for the ElementAware.processElement() method and the dynamic
doSubmissionName methods. More information can be found about
this in the description of the ElementAware class.
ElementSupport.setInitializer(com.uwyn.rife.engine.ElementInitializer),
ElementAware| Method Summary | |
|---|---|
void |
initialize()
This method will be called to perform the actual initialization. |
| Method Detail |
|---|
void initialize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||