| Package | org.springextensions.actionscript.ioc |
| Class | public class ObjectDefinitionScope |
Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
| Property | Defined by | ||
|---|---|---|---|
| name : String [read-only]
Returns the name of the scope.
| ObjectDefinitionScope | ||
| Method | Defined by | ||
|---|---|---|---|
|
ObjectDefinitionScope(name:String)
Creates a new ObjectDefintionScope object.
| ObjectDefinitionScope | ||
|
fromName(name:String):ObjectDefinitionScope
[static]
| ObjectDefinitionScope | ||
| Constant | Defined by | ||
|---|---|---|---|
| PROTOTYPE : ObjectDefinitionScope
[static]
| ObjectDefinitionScope | ||
| PROTOTYPE_NAME : String = "prototype" [static]
| ObjectDefinitionScope | ||
| SINGLETON : ObjectDefinitionScope
[static]
| ObjectDefinitionScope | ||
| SINGLETON_NAME : String = "singleton" [static]
| ObjectDefinitionScope | ||
| name | property |
name:String [read-only]Returns the name of the scope.
Implementation public function get name():String
| ObjectDefinitionScope | () | constructor |
public function ObjectDefinitionScope(name:String)Creates a new ObjectDefintionScope object. This constructor is only used internally to set up the enum and all calls will fail.
Parametersname:String — the name of the scope
|
| fromName | () | method |
public static function fromName(name:String):ObjectDefinitionScopeParameters
name:String |
ObjectDefinitionScope |
| PROTOTYPE | constant |
public static const PROTOTYPE:ObjectDefinitionScope
| PROTOTYPE_NAME | constant |
public static const PROTOTYPE_NAME:String = "prototype"
| SINGLETON | constant |
public static const SINGLETON:ObjectDefinitionScope
| SINGLETON_NAME | constant |
public static const SINGLETON_NAME:String = "singleton"