Pakket | mx.core |
Klasse | public class RSLData |
Overerving | RSLData Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10.2, AIR 2.5 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
applicationDomainTarget : String [alleen-lezen]
The requested application domain to load the RSL into. | RSLData | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
digest : String [alleen-lezen]
The digest of the RSL. | RSLData | ||
hashType : String [alleen-lezen]
The type of hash used to create the RSL digest. | RSLData | ||
isSigned : Boolean [alleen-lezen]
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 [alleen-lezen]
An URL that specifies the location of the policy file (optional). | RSLData | ||
rslURL : String [alleen-lezen]
The location of the RSL. | RSLData | ||
verifyDigest : Boolean [alleen-lezen]
True if the digest must be verified before loading the RSL into memory. | RSLData |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
RSLData(rslURL:String = null, policyFileURL:String = null, digest:String = null, hashType:String = null, isSigned:Boolean = false, verifyDigest:Boolean = false, applicationDomainTarget:String = "default")
Constructor. | RSLData | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
applicationDomainTarget | eigenschap |
applicationDomainTarget:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10.2, AIR 2.5 |
The requested application domain to load the RSL into. For valid values see the ApplicationDomainTarget enumeration.
Implementatie
public function get applicationDomainTarget():String
Verwante API-elementen
digest | eigenschap |
hashType | eigenschap |
isSigned | eigenschap |
moduleFactory | eigenschap |
moduleFactory:IFlexModuleFactory
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | 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.
Implementatie
public function get moduleFactory():IFlexModuleFactory
public function set moduleFactory(value:IFlexModuleFactory):void
policyFileURL | eigenschap |
rslURL | eigenschap |
verifyDigest | eigenschap |
verifyDigest:Boolean
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | 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.
Implementatie
public function get verifyDigest():Boolean
Constructordetails
RSLData | () | Constructor |
public function RSLData(rslURL:String = null, policyFileURL:String = null, digest:String = null, hashType:String = null, isSigned:Boolean = false, verifyDigest:Boolean = false, applicationDomainTarget:String = "default")
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10.2, AIR 2.5 |
Constructor.
ParametersrslURL: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.
|
Verwante API-elementen
Wed Jun 13 2018, 11:42 AM Z