Paket | mx.rpc.xml |
Sınıf | public class QualifiedResourceManager |
Miras Alma | QualifiedResourceManager Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Korunan Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
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 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
resources | özellik |
protected var resources:Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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 | özellik |
protected var resourcesMap:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Maps Namespace.uri
to an Array
of
resources.
Yapıcı Ayrıntı
QualifiedResourceManager | () | Yapıcı |
public function QualifiedResourceManager()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Constructor.
Yöntem Ayrıntısı
addResource | () | yöntem |
public function addResource(ns:Namespace, resource:Object):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Adds a resource to a potential Array of resources for a given namespace.
Parametreler
ns:Namespace — The namespace for the Array of resources.
| |
resource:Object — The resource to add.
|
getResources | () | yöntem |
getResourcesForNamespace | () | yöntem |
public function getResourcesForNamespace(ns:Namespace):Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Returns an Array of resources for a given target namespace.
Parametreler
ns:Namespace — namespace for the Array of resources.
|
Array — An Array of resources.
|
getResourcesForURI | () | yöntem |
public function getResourcesForURI(uri:String):Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Returns an Array of resources for a given target URI.
Parametreler
uri:String — The URI for the Array of resources.
|
Array — An Array of resources.
|
Tue Jun 12 2018, 01:09 PM Z