Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
mx.core 

ApplicationDomainTarget  - AS3 Flex

Paquetemx.core
Clasepublic final class ApplicationDomainTarget
HerenciaApplicationDomainTarget Inheritance Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.5
Versiones de motor de ejecución: 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.

Elementos de API relacionados



Propiedades públicas
 PropiedadDefinido por
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
Métodos públicos
 MétodoDefinido por
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
 Inherited
Devuelve el valor simple del objeto especificado.
Object
Constantes públicas
 ConstanteDefinido por
  CURRENT : String = "current"
[estática] The application domain of the current module factory.
ApplicationDomainTarget
  DEFAULT : String = "default"
[estática] 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ática] The application domain of the parent module factory.
ApplicationDomainTarget
  TOP_LEVEL : String = "top-level"
[estática] The application domain of the top-level module factory.
ApplicationDomainTarget
Información sobre constantes

CURRENT

Constante
public static const CURRENT:String = "current"

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.5
Versiones de motor de ejecución: Flash Player 10.2, AIR 2.5

The application domain of the current module factory.

DEFAULT

Constante 
public static const DEFAULT:String = "default"

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.5
Versiones de motor de ejecución: 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"

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.5
Versiones de motor de ejecución: 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"

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.5
Versiones de motor de ejecución: Flash Player 10.2, AIR 2.5

The application domain of the top-level module factory.





[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.