公共方法
函数 | 由以下参数定义 | ||
---|---|---|---|
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, 11:20 AM Z