ComponentFactory
Class
Deprecated
Base class for a factory that can create a component dynamically.
Instantiate a factory for a given type of component with resolveComponentFactory()
.
Use the resulting ComponentFactory.create()
method to create a component of that type.
API
abstract class ComponentFactory<C> {}
Jump to details