Pacote | mx.core |
Classe | public final class ApplicationDomainTarget |
Herança | ApplicationDomainTarget Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.2, AIR 2.5 |
applicationDomainTarget
property of the RSLData
class. Each application domain target specifies a relative application
domain that is resolved at runtime.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
CURRENT : String = "current" [estático]
The application domain of the current module factory. | ApplicationDomainTarget | ||
DEFAULT : String = "default" [estático]
The default behavior for RSL loading is to load an RSL as high in
the parent module factory chain as possible. | ApplicationDomainTarget | ||
PARENT : String = "parent" [estático]
The application domain of the parent module factory. | ApplicationDomainTarget | ||
TOP_LEVEL : String = "top-level" [estático]
The application domain of the top-level module factory. | ApplicationDomainTarget |
Detalhes da constante
CURRENT | Constante |
public static const CURRENT:String = "current"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.2, AIR 2.5 |
The application domain of the current module factory.
DEFAULT | Constante |
public static const DEFAULT:String = "default"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.2, AIR 2.5 |
The default behavior for RSL loading is to load an RSL as high in the parent module factory chain as possible. In order to load an RSL into a parent module factory, that module factory must have been compiled with that RSL specified in the compiler options. If no parent module factories were compiled with that RSL , then the RSL will be loaded in the application domain of the module factory loading the RSL.
PARENT | Constante |
public static const PARENT:String = "parent"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.2, AIR 2.5 |
The application domain of the parent module factory.
TOP_LEVEL | Constante |
public static const TOP_LEVEL:String = "top-level"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10.2, AIR 2.5 |
The application domain of the top-level module factory.
Wed Jun 13 2018, 11:10 AM Z