Pacote | mx.core |
Classe | public class RSLData |
Herança | RSLData 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 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
applicationDomainTarget : String [somente leitura]
The requested application domain to load the RSL into. | RSLData | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
digest : String [somente leitura]
The digest of the RSL. | RSLData | ||
hashType : String [somente leitura]
The type of hash used to create the RSL digest. | RSLData | ||
isSigned : Boolean [somente leitura]
True if the RSL has been signed by Adobe. | RSLData | ||
moduleFactory : IFlexModuleFactory
Non-null if this RSL should be loaded into an application
domain other than the application domain associated with the
module factory performing the load. | RSLData | ||
policyFileURL : String [somente leitura]
An URL that specifies the location of the policy file (optional). | RSLData | ||
rslURL : String [somente leitura]
The location of the RSL. | RSLData | ||
verifyDigest : Boolean [somente leitura]
True if the digest must be verified before loading the RSL into memory. | RSLData |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
RSLData(rslURL:String = null, policyFileURL:String = null, digest:String = null, hashType:String = null, isSigned:Boolean = false, verifyDigest:Boolean = false, applicationDomainTarget:String = "default")
Constructor. | RSLData | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
applicationDomainTarget | propriedade |
applicationDomainTarget:String
[somente leitura] 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 requested application domain to load the RSL into. For valid values see the ApplicationDomainTarget enumeration.
Implementação
public function get applicationDomainTarget():String
Elementos da API relacionados
digest | propriedade |
hashType | propriedade |
isSigned | propriedade |
moduleFactory | propriedade |
moduleFactory:IFlexModuleFactory
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 |
Non-null if this RSL should be loaded into an application domain other than the application domain associated with the module factory performing the load. If null, then load into the current application domain.
Implementação
public function get moduleFactory():IFlexModuleFactory
public function set moduleFactory(value:IFlexModuleFactory):void
policyFileURL | propriedade |
rslURL | propriedade |
verifyDigest | propriedade |
verifyDigest:Boolean
[somente leitura] 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 |
True if the digest must be verified before loading the RSL into memory. False allows the RSL to be loaded without verification. Signed RSLs are always verified regardless of the value.
Implementação
public function get verifyDigest():Boolean
Detalhes do construtor
RSLData | () | Construtor |
public function RSLData(rslURL:String = null, policyFileURL:String = null, digest:String = null, hashType:String = null, isSigned:Boolean = false, verifyDigest:Boolean = false, applicationDomainTarget: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 |
Constructor.
ParâmetrosrslURL:String (default = null ) — The location of the RSL.
| |
policyFileURL:String (default = null ) — The location of the policy file url (optional).
| |
digest:String (default = null ) — The digest of the RSL. This is null for an RSL without
a digest.
| |
hashType:String (default = null ) — The type of hash used to create the digest. The only
supported value is SHA256.TYPE_ID .
| |
isSigned:Boolean (default = false ) — True if the RSL has been signed by Adobe, false
otherwise.
| |
verifyDigest:Boolean (default = false ) — Detemines if the RSL's digest should be verified
after it is loaded.
| |
applicationDomainTarget:String (default = "default ") — The application domain where the the
RSL should be loaded. For valid values see the ApplicationDomainTarget
enumeration.
|
Elementos da API relacionados
Wed Jun 13 2018, 11:10 AM Z