HelpDecoratingContainer.getFactory

Get factory for constructed component identified by identity.

Get factory for constructed component identified by identity.

class HelpDecoratingContainer
static if(is(T : FactoryLocator!ObjectFactory))
ObjectFactory
getFactory
(
string identity
)

Parameters

identity string

the identity of data that factory constructs.

Return Value

Type: ObjectFactory

T the factory for constructed data.

Throws

NotFoundException when factory for it is not found.

Meta