| Package | system.ioc |
| Class | public class TypePolicy |
| Inheritance | TypePolicy Object |
| Constant | Defined 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 | ||
| ALIAS | Constant |
public static const ALIAS:String = aliasDefines the 'alias' TypePolicy value. Use it if you want use only type "alias" evaluation when a new object is created in the factory.
| ALL | Constant |
public static const ALL:String = allDefines the 'all' TypePolicy value. Use it if you want use only all evaluation filters when a new object is created in the factory.
| EXPRESSION | Constant |
public static const EXPRESSION:String = expressionDefines the 'expression' TypePolicy value. Use it if you want use only type "expression" evaluation when a new object is created in the factory.
| NONE | Constant |
public static const NONE:String = noneDefines the 'none' TypePolicy value. Use it if you want no evaluation filter when a new object is created in the factory.