パブリックメソッド
| 関数 | 定義元 | ||
|---|---|---|---|
Return an absolute URL given a base URL and a path which may be relative. | com.adobe.gravity.utility.url | ||
関数の詳細
getAbsoluteURL | () | 関数 |
public function getAbsoluteURL(baseURL:String, path:String):String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| ランタイムバージョン: | AIR 1.1, Flash Player 9 |
Return an absolute URL given a base URL and a path which may be relative. This method performs resolution as per IETF RFC 3986.
パラメーター
baseURL:String — The base URL.
| |
path:String — The path that may be relative.
|
String — The absolute URL.
|
Tue Jun 12 2018, 10:51 AM Z