ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
mx.core 

RSLData  - AS3 Flex

Pakietmx.core
Klasapublic class RSLData
DziedziczenieRSLData Inheritance Object

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.2, AIR 2.5

A Class that describes configuration data for an RSL.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  applicationDomainTarget : String
[tylko do odczytu] The requested application domain to load the RSL into.
RSLData
 Inheritedconstructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu.
Object
  digest : String
[tylko do odczytu] The digest of the RSL.
RSLData
  hashType : String
[tylko do odczytu] The type of hash used to create the RSL digest.
RSLData
  isSigned : Boolean
[tylko do odczytu] 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
[tylko do odczytu] An URL that specifies the location of the policy file (optional).
RSLData
  rslURL : String
[tylko do odczytu] The location of the RSL.
RSLData
  verifyDigest : Boolean
[tylko do odczytu] True if the digest must be verified before loading the RSL into memory.
RSLData
Metody publiczne
 MetodaZdefiniowane przez
  
RSLData(rslURL:String = null, policyFileURL:String = null, digest:String = null, hashType:String = null, isSigned:Boolean = false, verifyDigest:Boolean = false, applicationDomainTarget:String = "default")
Constructor.
RSLData
 Inherited
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość.
Object
 Inherited
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr.
Object
 Inherited
Wskazuje, czy określona właściwość istnieje i jest przeliczalna.
Object
 Inherited
Ustawia dostępność właściwości dynamicznej używanej w pętlach.
Object
 Inherited
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych.
Object
 Inherited
Zwraca ciąg reprezentujący określony obiekt.
Object
 Inherited
Zwraca pierwotną wartość dla określonego obiektu.
Object
Szczegół właściwości

applicationDomainTarget

właściwość
applicationDomainTarget:String  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.2, AIR 2.5

The requested application domain to load the RSL into. For valid values see the ApplicationDomainTarget enumeration.



Implementacja
    public function get applicationDomainTarget():String

Powiązane elementy interfejsu API

digest

właściwość 
digest:String  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.2, AIR 2.5

The digest of the RSL. This is null for an RSL without a digest.



Implementacja
    public function get digest():String

hashType

właściwość 
hashType:String  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.2, AIR 2.5

The type of hash used to create the RSL digest. The only supported hash type is SHA256.TYPE_ID.



Implementacja
    public function get hashType():String

isSigned

właściwość 
isSigned:Boolean  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.2, AIR 2.5

True if the RSL has been signed by Adobe. False otherwise.



Implementacja
    public function get isSigned():Boolean

moduleFactory

właściwość 
moduleFactory:IFlexModuleFactory

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: 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.



Implementacja
    public function get moduleFactory():IFlexModuleFactory
    public function set moduleFactory(value:IFlexModuleFactory):void

policyFileURL

właściwość 
policyFileURL:String  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.2, AIR 2.5

An URL that specifies the location of the policy file (optional).



Implementacja
    public function get policyFileURL():String

rslURL

właściwość 
rslURL:String  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.2, AIR 2.5

The location of the RSL. The URL can be absolute or relative to the application or module.



Implementacja
    public function get rslURL():String

verifyDigest

właściwość 
verifyDigest:Boolean  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: 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.



Implementacja
    public function get verifyDigest():Boolean
Konstruktor Szczegół

RSLData

()Konstruktor
public function RSLData(rslURL:String = null, policyFileURL:String = null, digest:String = null, hashType:String = null, isSigned:Boolean = false, verifyDigest:Boolean = false, applicationDomainTarget:String = "default")

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.2, AIR 2.5

Constructor.

Parametry
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.

Powiązane elementy interfejsu API





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.