Packagesekati.load
Classpublic class AssetLocator

AssetLocator provides a weak-referenced Dictionary of all ILoader instances.



Public Methods
 MethodDefined by
  
AssetLocator Static Constructor
AssetLocator
  
[static] Return the weak referenced AbstractLoader instance.
AssetLocator
  
isRegistered(url:String):Boolean
[static] Determine whether an AbstractLoader has been registered or not.
AssetLocator
  
[static] Register an asset for weak referencing by AbstractLoader.url property.
AssetLocator
  
unregister(url:String):void
[static] Unregister an asset for by AbstractLoader.url property.
AssetLocator
Constructor detail
AssetLocator()constructor
public function AssetLocator()

AssetLocator Static Constructor

Method detail
getLoader()method
public static function getLoader(url:String):AbstractLoader

Return the weak referenced AbstractLoader instance.

Parameters
url:String — the AbstractLoader.url identifier property.

Returns
AbstractLoader
isRegistered()method 
public static function isRegistered(url:String):Boolean

Determine whether an AbstractLoader has been registered or not.

Parameters
url:String

Returns
Boolean
register()method 
public static function register(l:AbstractLoader):void

Register an asset for weak referencing by AbstractLoader.url property.

Parameters
l:AbstractLoader — the AbstractLoader instance to register.
unregister()method 
public static function unregister(url:String):void

Unregister an asset for by AbstractLoader.url property.

Parameters
url:String — the AbstractLoader.url identifier property.