Namespace: MagicReference

system.ioc. MagicReference

Enumeration of all "magic reference patterns" id can be use in the object definition to create a dependency with special object reference in the factory.

Members


<static, constant> CONFIG :string

The reference pattern who represents the current config reference of the application defines in the config object in the factory.

Type:
  • string
Default Value:
  • #config

<static, constant> INIT :string

The reference pattern who represents the init magic name used in the property definitions to change the strategy of the current member initialisation.

Type:
  • string
Default Value:
  • #init

<static, constant> LOCALE :string

The reference pattern who represents the current locale reference of the application defines in the config object in the factory.

Type:
  • string
Default Value:
  • #locale

<static, constant> PARAMS :string

The reference pattern who represents the current Parameters reference of the application defines in the config object in the factory.

Type:
  • string
Default Value:
  • #params

<static, constant> ROOT :string

The reference pattern who represents the current root reference of the application defines in the config object in the factory.

Type:
  • string
Default Value:
  • #root

<static, constant> STAGE :string

The reference pattern who represents the current stage reference of the application defines in the config object in the factory.

Type:
  • string
Default Value:
  • #stage

<static, constant> THIS :string

The reference pattern who represents the current factory.

Type:
  • string
Default Value:
  • #this