new URLResource(url [, options])
Parameters:
Name | Type | Argument | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
url |
string | ||||||||||||||
options |
object |
<optional> |
Properties
|
- Source:
Members
-
url :string
リソースのurl
-
Type:
- string
- Source:
Methods
-
cancel()
リソースの読み込みをキャンセルします。
-
- Source:
-
<async> load( [options])
このリソースを読み込みます。
-
Parameters:
Name Type Argument Description options
object <optional>
- Source:
-
<async> loadSubResource(subUrl, options)
サブリソースを読み込みます。
-
Parameters:
Name Type Description subUrl
string URL
options
object Properties
Name Type Argument Description type
mapray.Resource.ResourceType <optional>
返却するタイプを指定します。
- Source:
Returns:
options.type に応じた型で返却されます。
- Type
- object
-
loadSubResourceSupported()
このクラスでのデフォルト実装では、trueを返却します。
-
- Source:
Returns:
- Type
- boolean
-
resolveResource(url)
関連リソースを読み込みます。
-
Parameters:
Name Type Description url
string - Source:
Returns:
- Type
- Resource
-
resolveResourceSupported()
関連リソースをサポートするかを返します。
-
- Source:
Returns:
- Type
- boolean