パッケージ | 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 | () | メソッド |
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 | () | メソッド |
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, 10:34 AM Z