Paket | com.adobe.dct.util |
Sınıf | public class HTTPUtil |
Miras Alma | HTTPUtil Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Yöntem | Tanımlayan: | ||
---|---|---|---|
HTTPUtil()
Constructor. | HTTPUtil | ||
[statik]
Retrieves the context that follows the base of the URL.
For example, http://www.adobe.com/snc?x=1&y=2 returns /snc.
| HTTPUtil | ||
[statik]
Retrieves the current host name.
For example, http://www.adobe.com/?x=1&y=2 returns www.adobe.com.
| HTTPUtil | ||
[statik]
Retrieves a URL parameter value by name and returns it as a string. | HTTPUtil | ||
[statik]
Retrieves the current port for the URL. | HTTPUtil | ||
[statik]
Retrieves the current protocol, such as http: or https:. | HTTPUtil | ||
[statik]
Retrieves the current URL of the application used to play the SWF file. | HTTPUtil | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
HTTPUtil | () | Yapıcı |
public function HTTPUtil()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constructor.
getContext | () | yöntem |
public static function getContext():String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 9.5 |
Çalışma Zamanı Sürümleri: | 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 | () | yöntem |
public static function getHostName():String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 9.5 |
Çalışma Zamanı Sürümleri: | 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 | () | yöntem |
public static function getParameterValue(key:String):String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 9.5 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
key:String — the url parameter key
|
String — The URL parameter value by name, as a string.
|
getPort | () | yöntem |
getProtocol | () | yöntem |
public static function getProtocol():String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 9.5 |
Çalışma Zamanı Sürümleri: | 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 | () | yöntem |
public static function getUrl():String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Data Dictionary Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Retrieves the current URL of the application used to play the SWF file. For example, Adobe Flash Player.
DöndürürString — The current URL of the SWF player.
|
Tue Jun 12 2018, 01:09 PM Z