Méthodes publiques
Fonction | Défini par | ||
---|---|---|---|
Return an absolute URL given a base URL and a path which may be relative. | com.adobe.gravity.utility.url |
Détail de la fonction
getAbsoluteURL | () | fonction |
public function getAbsoluteURL(baseURL:String, path:String):String
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | 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.
Paramètres
baseURL:String — The base URL.
| |
path:String — The path that may be relative.
|
String — The absolute URL.
|
Tue Jun 12 2018, 09:48 AM Z