Пакет | com.adobe.dct.util |
Класс | public class HTTPUtil |
Наследование | HTTPUtil Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Метод | Определено | ||
---|---|---|---|
HTTPUtil()
Constructor. | HTTPUtil | ||
[статические]
Retrieves the context that follows the base of the URL.
For example, http://www.adobe.com/snc?x=1&y=2 returns /snc.
| HTTPUtil | ||
[статические]
Retrieves the current host name.
For example, http://www.adobe.com/?x=1&y=2 returns www.adobe.com.
| HTTPUtil | ||
[статические]
Retrieves a URL parameter value by name and returns it as a string. | HTTPUtil | ||
[статические]
Retrieves the current port for the URL. | HTTPUtil | ||
[статические]
Retrieves the current protocol, such as http: or https:. | HTTPUtil | ||
[статические]
Retrieves the current URL of the application used to play the SWF file. | HTTPUtil | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
HTTPUtil | () | Конструктор |
public function HTTPUtil()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Constructor.
getContext | () | метод |
public static function getContext():String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 9.5 |
Версии среды выполнения: | 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 | () | метод |
public static function getHostName():String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 9.5 |
Версии среды выполнения: | 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 | () | метод |
public static function getParameterValue(key:String):String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 9.5 |
Версии среды выполнения: | 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.
Параметры
key:String — the url parameter key
|
String — The URL parameter value by name, as a string.
|
getPort | () | метод |
getProtocol | () | метод |
public static function getProtocol():String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 9.5 |
Версии среды выполнения: | 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 | () | метод |
public static function getUrl():String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Retrieves the current URL of the application used to play the SWF file. For example, Adobe Flash Player.
ВозвращаетString — The current URL of the SWF player.
|
Tue Jun 12 2018, 11:34 AM Z