Métodos públicos
Função | Definido por | ||
---|---|---|---|
Return an absolute URL given a base URL and a path which may be relative. | com.adobe.gravity.utility.url |
Detalhe da função
getAbsoluteURL | () | função |
public function getAbsoluteURL(baseURL:String, path:String):String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | 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.
Parâmetros
baseURL:String — The base URL.
| |
path:String — The path that may be relative.
|
String — The absolute URL.
|
Wed Jun 13 2018, 11:27 AM Z