| Package | system.ioc.strategies |
| Class | public class ObjectFactoryReference |
| Inheritance | ObjectFactoryReference Object |
| Implements | IObjectFactoryStrategy |
| Property | Defined By | ||
|---|---|---|---|
| ref : String
The reference id of this strategy factory. | ObjectFactoryReference | ||
| Method | Defined By | ||
|---|---|---|---|
ObjectFactoryReference(ref:String)
Creates a new ObjectFactoryReference instance. | ObjectFactoryReference | ||
build(ref:String):ObjectFactoryReference [static]
Returns the ObjectFactoryReference representation of the specified value or null. | ObjectFactoryReference | ||
| ref | property |
public var ref:StringThe reference id of this strategy factory.
| ObjectFactoryReference | () | Constructor |
public function ObjectFactoryReference(ref:String)Creates a new ObjectFactoryReference instance.
Parametersref:String — The reference id String representation of an objet definition in the factory.
|
| build | () | method |
public static function build(ref:String):ObjectFactoryReferenceReturns the ObjectFactoryReference representation of the specified value or null.
Parameters
ref:String |
ObjectFactoryReference — the ObjectFactoryValue representation of the specified value or null.
|