Packageorg.pranaframework.ioc.factory.config
Classpublic class RuntimeObjectReference
ImplementsIObjectReference

Immutable placeholder class used for a property value object when it's a reference to another object in the factory, to be resolved at runtime.



Public Properties
 PropertyDefined by
  objectName : String
[read-only]
RuntimeObjectReference
Public Methods
 MethodDefined by
  
RuntimeObjectReference(objectName:String)
Creates a new RuntimeObjectReference.
RuntimeObjectReference
Property detail
objectNameproperty
objectName:String  [read-only]Implementation
    public function get objectName():String
Constructor detail
RuntimeObjectReference()constructor
public function RuntimeObjectReference(objectName:String)

Creates a new RuntimeObjectReference.

Parameters
objectName:String