패키지 | mx.core |
클래스 | public final class ApplicationDomainTarget |
상속 | ApplicationDomainTarget Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | 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.
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
CURRENT : String = "current" [정적]
The application domain of the current module factory. | ApplicationDomainTarget | ||
DEFAULT : String = "default" [정적]
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" [정적]
The application domain of the parent module factory. | ApplicationDomainTarget | ||
TOP_LEVEL : String = "top-level" [정적]
The application domain of the top-level module factory. | ApplicationDomainTarget |
상수 세부 정보
CURRENT | 상수 |
public static const CURRENT:String = "current"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.2, AIR 2.5 |
The application domain of the current module factory.
DEFAULT | 상수 |
public static const DEFAULT:String = "default"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | 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 | 상수 |
public static const PARENT:String = "parent"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.2, AIR 2.5 |
The application domain of the parent module factory.
TOP_LEVEL | 상수 |
public static const TOP_LEVEL:String = "top-level"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.2, AIR 2.5 |
The application domain of the top-level module factory.
Tue Jun 12 2018, 03:17 PM Z