FactoryLocatorMixin.getFactory

Get factory for constructed component identified by identity.

Get factory for constructed component identified by identity.

mixintemplate FactoryLocatorMixin(T : FactoryLocator!W, W)
W
getFactory
(
string identity
)

Parameters

identity string

the identity of component that factory constructs.

Return Value

Type: W

ObjectFactory the factory for constructed component.

Throws

NotFoundException when factory for it is not found.

Meta