ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.core 

ApplicationDomainTarget  - AS3 Flex

Packagemx.core
Classpublic final class ApplicationDomainTarget
InheritanceApplicationDomainTarget Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: Flash Player 10.2, AIR 2.5

The ApplicationDomainTarget class defines the possible values for the applicationDomainTarget property of the RSLData class. Each application domain target specifies a relative application domain that is resolved at runtime.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  CURRENT : String = "current"
[static] The application domain of the current module factory.
ApplicationDomainTarget
  DEFAULT : String = "default"
[static] 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"
[static] The application domain of the parent module factory.
ApplicationDomainTarget
  TOP_LEVEL : String = "top-level"
[static] The application domain of the top-level module factory.
ApplicationDomainTarget
Constant Detail

CURRENT

Constant
public static const CURRENT:String = "current"

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: Flash Player 10.2, AIR 2.5

The application domain of the current module factory.

DEFAULT

Constant 
public static const DEFAULT:String = "default"

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: 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

Constant 
public static const PARENT:String = "parent"

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: Flash Player 10.2, AIR 2.5

The application domain of the parent module factory.

TOP_LEVEL

Constant 
public static const TOP_LEVEL:String = "top-level"

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: Flash Player 10.2, AIR 2.5

The application domain of the top-level module factory.