AnonymousFactoryReference

Represents a reference to component yet to be constructed.

Represents a reference to component yet to be constructed. It will instantiate the referenced component using an object factory, and will serve it to requestor.

Members

Functions

get
Object get(Locator!() locator)

Resolve the reference, to referenced component.

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

factory
ObjectFactory factory [@property setter]

Set factory

factory
ObjectFactory factory [@property getter]

Get factory

Inherited Members

From RuntimeReference

get
Object get(Locator!() locator)

Resolve the reference, to referenced component.

Meta