Packagesystem.ioc
Classpublic class TypePolicy
InheritanceTypePolicy Inheritance Object

The enumeration of all type policies in the ObjectConfig object of the ioc factory.



Public Constants
 ConstantDefined By
  ALIAS : String = alias
[static] Defines the 'alias' TypePolicy value.
TypePolicy
  ALL : String = all
[static] Defines the 'all' TypePolicy value.
TypePolicy
  EXPRESSION : String = expression
[static] Defines the 'expression' TypePolicy value.
TypePolicy
  NONE : String = none
[static] Defines the 'none' TypePolicy value.
TypePolicy
Constant Detail
ALIASConstant
public static const ALIAS:String = alias

Defines the 'alias' TypePolicy value. Use it if you want use only type "alias" evaluation when a new object is created in the factory.

ALLConstant 
public static const ALL:String = all

Defines the 'all' TypePolicy value. Use it if you want use only all evaluation filters when a new object is created in the factory.

EXPRESSIONConstant 
public static const EXPRESSION:String = expression

Defines the 'expression' TypePolicy value. Use it if you want use only type "expression" evaluation when a new object is created in the factory.

NONEConstant 
public static const NONE:String = none

Defines the 'none' TypePolicy value. Use it if you want no evaluation filter when a new object is created in the factory.