Pacchetto | mx.core |
Classe | public class RSLData |
Ereditarietà | RSLData Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10.2, AIR 2.5 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
applicationDomainTarget : String [sola lettura]
The requested application domain to load the RSL into. | RSLData | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
digest : String [sola lettura]
The digest of the RSL. | RSLData | ||
hashType : String [sola lettura]
The type of hash used to create the RSL digest. | RSLData | ||
isSigned : Boolean [sola lettura]
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 [sola lettura]
An URL that specifies the location of the policy file (optional). | RSLData | ||
rslURL : String [sola lettura]
The location of the RSL. | RSLData | ||
verifyDigest : Boolean [sola lettura]
True if the digest must be verified before loading the RSL into memory. | RSLData |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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 per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
applicationDomainTarget | proprietà |
applicationDomainTarget:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10.2, AIR 2.5 |
The requested application domain to load the RSL into. For valid values see the ApplicationDomainTarget enumeration.
Implementazione
public function get applicationDomainTarget():String
Elementi API correlati
digest | proprietà |
hashType | proprietà |
isSigned | proprietà |
moduleFactory | proprietà |
moduleFactory:IFlexModuleFactory
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni 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.
Implementazione
public function get moduleFactory():IFlexModuleFactory
public function set moduleFactory(value:IFlexModuleFactory):void
policyFileURL | proprietà |
rslURL | proprietà |
verifyDigest | proprietà |
verifyDigest:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni 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.
Implementazione
public function get verifyDigest():Boolean
Descrizione della funzione di costruzione
RSLData | () | Funzione di costruzione |
public function RSLData(rslURL:String = null, policyFileURL:String = null, digest:String = null, hashType:String = null, isSigned:Boolean = false, verifyDigest:Boolean = false, applicationDomainTarget:String = "default")
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10.2, AIR 2.5 |
Constructor.
ParametrirslURL: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.
|
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z