Packageorg.springextensions.actionscript.ioc.factory.config
SVN browsingRuntimeObjectReference.as
FisheyeRuntimeObjectReference.as
Classpublic class RuntimeObjectReference
ImplementsIObjectReference

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

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Properties
 PropertyDefined by
  objectName : String
[read-only] Returns the object name that this reference refers to.
RuntimeObjectReference
Public Methods
 MethodDefined by
  
RuntimeObjectReference(objectName:String)
Creates a new RuntimeObjectReference.
RuntimeObjectReference
Property detail
objectNameproperty
objectName:String  [read-only]

Returns the object name that this reference refers to.

Implementation
    public function get objectName():String
Constructor detail
RuntimeObjectReference()constructor
public function RuntimeObjectReference(objectName:String)

Creates a new RuntimeObjectReference.

Parameters
objectName:String