Pacchetto | mx.rpc.xml |
Classe | public class QualifiedResourceManager |
Ereditarietà | QualifiedResourceManager Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Proprietà protette
Proprietà | Definito da | ||
---|---|---|---|
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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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 | ||
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à
resources | proprietà |
protected var resources:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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 | proprietà |
protected var resourcesMap:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Maps Namespace.uri
to an Array
of
resources.
Descrizione della funzione di costruzione
QualifiedResourceManager | () | Funzione di costruzione |
public function QualifiedResourceManager()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Descrizione dei metodi
addResource | () | metodo |
public function addResource(ns:Namespace, resource:Object):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Adds a resource to a potential Array of resources for a given namespace.
Parametri
ns:Namespace — The namespace for the Array of resources.
| |
resource:Object — The resource to add.
|
getResources | () | metodo |
getResourcesForNamespace | () | metodo |
public function getResourcesForNamespace(ns:Namespace):Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns an Array of resources for a given target namespace.
Parametri
ns:Namespace — namespace for the Array of resources.
|
Array — An Array of resources.
|
getResourcesForURI | () | metodo |
public function getResourcesForURI(uri:String):Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns an Array of resources for a given target URI.
Parametri
uri:String — The URI for the Array of resources.
|
Array — An Array of resources.
|
Tue Jun 12 2018, 02:44 PM Z