Interface ComponentHandlerContext
Deprecated.
This context is passed throught the whole configuration-reading-process.
 It passed from handler to handler. The context is a door to
 the whole form-configuration-system. It used
 when a component accepts children. Then it has
 to request the handler for all the children. So it
 basicly can ask the context for a handler for a certain tag.
- 
Method SummaryModifier and TypeMethodDescriptionbuildComponentHandler(String tagName) Deprecated.Creates XML-Events-Receiver for this tag-name;voidfinish()Deprecated.Adds all builded components to the contexts-component
- 
Method Details- 
buildComponentHandlerDeprecated.Creates XML-Events-Receiver for this tag-name;- Parameters:
- tagName- the tagName which represent this component
- Returns:
- the XML-Event-Receiver
- Throws:
- ModelBuildException- .
 
- 
finishvoid finish()Deprecated.Adds all builded components to the contexts-component
 
-