Pakiet | mx.rpc.xml |
Klasa | public class QualifiedResourceManager |
Dziedziczenie | QualifiedResourceManager Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Właściwości chronione
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
resources : Array
This Array is used to preserve order in which resources were
added so as to support the order in which they are searched. | QualifiedResourceManager | ||
resourcesMap : Object
Maps Namespace.uri to an Array of
resources. | QualifiedResourceManager |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | QualifiedResourceManager | ||
Adds a resource to a potential Array of resources for a
given namespace. | QualifiedResourceManager | ||
Gets an Array of all resources. | QualifiedResourceManager | ||
Returns an Array of resources for a given target namespace. | QualifiedResourceManager | ||
Returns an Array of resources for a given target URI. | QualifiedResourceManager | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
resources | właściwość |
protected var resources:Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
This Array is used to preserve order in which resources were added so as to support the order in which they are searched.
resourcesMap | właściwość |
protected var resourcesMap:Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Maps Namespace.uri
to an Array
of
resources.
Konstruktor Szczegół
QualifiedResourceManager | () | Konstruktor |
public function QualifiedResourceManager()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor.
Szczegół metody
addResource | () | metoda |
public function addResource(ns:Namespace, resource:Object):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Adds a resource to a potential Array of resources for a given namespace.
Parametry
ns:Namespace — The namespace for the Array of resources.
| |
resource:Object — The resource to add.
|
getResources | () | metoda |
getResourcesForNamespace | () | metoda |
public function getResourcesForNamespace(ns:Namespace):Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns an Array of resources for a given target namespace.
Parametry
ns:Namespace — namespace for the Array of resources.
|
Array — An Array of resources.
|
getResourcesForURI | () | metoda |
public function getResourcesForURI(uri:String):Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns an Array of resources for a given target URI.
Parametry
uri:String — The URI for the Array of resources.
|
Array — An Array of resources.
|
Tue Jun 12 2018, 12:06 PM Z