Factory for dynamically creating components. A component factory is registered as service with interface ct.framework.api.ComponentFactory. The service metadata contain the component name, e.g. {"Component-Name": "Test"}.
ct.framework.api.ComponentFactory
Create a new component instance.
Optional
Properties used to overwrite properties defined in the declaration of the component factory.
Factory for dynamically creating components. A component factory is registered as service with interface
ct.framework.api.ComponentFactory
. The service metadata contain the component name, e.g. {"Component-Name": "Test"}.