Interface FactoryLocator

Provide an interface for accessing factories used by containers to instantiate component.

interface FactoryLocator(T, Z) ;

Methods

NameDescription
getFactories Get all factories available in container.
getFactory Get factory for constructed component identified by identity.