공용 메서드
함수 | 정의 주체 | ||
---|---|---|---|
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, 03:33 PM Z