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.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ See Also: ElementSupport.setInitializer See Also: ElementAware since: 1.0 |