Paket | com.adobe.dct.util |
Klasse | public class HTTPUtil |
Vererbung | HTTPUtil Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Methode | Definiert von | ||
---|---|---|---|
HTTPUtil()
Constructor. | HTTPUtil | ||
[statisch]
Retrieves the context that follows the base of the URL.
For example, http://www.adobe.com/snc?x=1&y=2 returns /snc.
| HTTPUtil | ||
[statisch]
Retrieves the current host name.
For example, http://www.adobe.com/?x=1&y=2 returns www.adobe.com.
| HTTPUtil | ||
[statisch]
Retrieves a URL parameter value by name and returns it as a string. | HTTPUtil | ||
[statisch]
Retrieves the current port for the URL. | HTTPUtil | ||
[statisch]
Retrieves the current protocol, such as http: or https:. | HTTPUtil | ||
[statisch]
Retrieves the current URL of the application used to play the SWF file. | HTTPUtil | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
HTTPUtil | () | Konstruktor |
public function HTTPUtil()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Constructor.
getContext | () | Methode |
public static function getContext():String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Retrieves the context that follows the base of the URL.
For example, http://www.adobe.com/snc?x=1&y=2
returns /snc
.
String — The context that follows the base of the URL.
|
getHostName | () | Methode |
public static function getHostName():String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Retrieves the current host name.
For example, http://www.adobe.com/?x=1&y=2
returns www.adobe.com.
String — The current host name.
|
getParameterValue | () | Methode |
public static function getParameterValue(key:String):String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Retrieves a URL parameter value by name and returns it as a string. This function works without passing a FlashVars property into the SWF.
For example, even if the URL is domain.com?MyFlexPage.html?b=5
, it still returns 5
when 'b'
is passed.
This function uses JavaScript to find the URL parameters. Please note, however, that it only works for a GET request. It does not work for a POST request.
Parameter
key:String — the url parameter key
|
String — The URL parameter value by name, as a string.
|
getPort | () | Methode |
getProtocol | () | Methode |
public static function getProtocol():String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Retrieves the current protocol, such as http:
or https:
.
String — The current protocol, such as http: or https:.
|
getUrl | () | Methode |
public static function getUrl():String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Retrieves the current URL of the application used to play the SWF file. For example, Adobe Flash Player.
RückgabewerteString — The current URL of the SWF player.
|
Tue Jun 12 2018, 10:04 AM Z