Package | mx.rpc.xml |
Class | public class QualifiedResourceManager |
Inheritance | QualifiedResourceManager ![]() |
Property | Defined By | ||
---|---|---|---|
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 |
Method | Defined By | ||
---|---|---|---|
QualifiedResourceManager | |||
Adds a resource to a potential Array of resources for a
given namespace.
| QualifiedResourceManager | ||
Gets an Array of all resources.
| QualifiedResourceManager | ||
Gets an Array of resources for a given target namespace.
| QualifiedResourceManager | ||
QualifiedResourceManager | |||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object |
resources | property |
protected var 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.
resourcesMap | property |
protected var resourcesMap:Object
Maps Namespace.uri
to an Array
of
resources.
QualifiedResourceManager | () | Constructor |
public function QualifiedResourceManager()
addResource | () | method |
public function addResource(ns:Namespace, resource:Object):void
Adds a resource to a potential Array of resources for a given namespace.
Parameters
ns:Namespace |
|
resource:Object |
getResources | () | method |
getResourcesForNamespace | () | method |
public function getResourcesForNamespace(ns:Namespace):Array
Gets an Array of resources for a given target namespace.
Parameters
ns:Namespace |
Array |
getResourcesForURI | () | method |