Interface ComponentHandlerContext


@Deprecated public 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 Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Creates XML-Events-Receiver for this tag-name;
    void
    Deprecated.
    Adds all builded components to the contexts-component
  • Method Details

    • buildComponentHandler

      Object buildComponentHandler(String tagName) throws ModelBuildException
      Deprecated.
      Creates XML-Events-Receiver for this tag-name;
      Parameters:
      tagName - the tagName which represent this component
      Returns:
      the XML-Event-Receiver
      Throws:
      ModelBuildException - .
    • finish

      void finish()
      Deprecated.
      Adds all builded components to the contexts-component