Métodos públicos
Función | Definido por | ||
---|---|---|---|
Return an absolute URL given a base URL and a path which may be relative. | com.adobe.gravity.utility.url |
Información sobre funciones
getAbsoluteURL | () | función |
public function getAbsoluteURL(baseURL:String, path:String):String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versiones de motor de ejecución: | 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.
|
Tue Jun 12 2018, 02:28 PM Z