套件 | mx.core |
類別 | public class RSLData |
繼承 | RSLData Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | Flash Player 10.2, AIR 2.5 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
applicationDomainTarget : String [唯讀]
The requested application domain to load the RSL into. | RSLData | ||
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
digest : String [唯讀]
The digest of the RSL. | RSLData | ||
hashType : String [唯讀]
The type of hash used to create the RSL digest. | RSLData | ||
isSigned : Boolean [唯讀]
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 [唯讀]
An URL that specifies the location of the policy file (optional). | RSLData | ||
rslURL : String [唯讀]
The location of the RSL. | RSLData | ||
verifyDigest : Boolean [唯讀]
True if the digest must be verified before loading the RSL into memory. | RSLData |
公用方法
方法 | 定義自 | ||
---|---|---|---|
RSLData(rslURL:String = null, policyFileURL:String = null, digest:String = null, hashType:String = null, isSigned:Boolean = false, verifyDigest:Boolean = false, applicationDomainTarget:String = "default")
Constructor. | RSLData | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
屬性詳細資訊
applicationDomainTarget | 屬性 |
digest | 屬性 |
hashType | 屬性 |
isSigned | 屬性 |
moduleFactory | 屬性 |
moduleFactory:IFlexModuleFactory
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | 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.
實作
public function get moduleFactory():IFlexModuleFactory
public function set moduleFactory(value:IFlexModuleFactory):void
policyFileURL | 屬性 |
rslURL | 屬性 |
verifyDigest | 屬性 |
verifyDigest:Boolean
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | 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.
實作
public function get verifyDigest():Boolean
建構函式詳細資料
RSLData | () | 建構函式 |
public function RSLData(rslURL:String = null, policyFileURL:String = null, digest:String = null, hashType:String = null, isSigned:Boolean = false, verifyDigest:Boolean = false, applicationDomainTarget:String = "default")
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | Flash Player 10.2, AIR 2.5 |
Constructor.
參數rslURL: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.
|
相關 API 元素
Tue Jun 12 2018, 03:47 PM Z