Interface Design.ComponentFactory

    • Method Detail

      • createComponent

        Component createComponent​(String fullyQualifiedClassName,
                                  DesignContext context)
        Creates a component based on the fully qualified name derived from the tag name in the design.
        Parameters:
        fullyQualifiedClassName - the fully qualified name of the component to create
        context - the design context for which the component is created
        Returns:
        a newly created component