パッケージ | com.adobe.gravity.utility.url |
クラス | public class URIParser |
継承 | URIParser Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
authority : String
The URI authority component. | URIParser | ||
canonicalURI : String [読み取り専用]
The canonical representation of the URI. | URIParser | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
fragment : String
The fragment component of the URI. | URIParser | ||
originalPath : String [読み取り専用]
The original path component. | URIParser | ||
path : String
The path component of the URI. | URIParser | ||
query : String
The query portion of the URI. | URIParser | ||
scheme : String
The URI scheme. | URIParser |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor. | URIParser | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
authority | プロパティ |
canonicalURI | プロパティ |
fragment | プロパティ |
originalPath | プロパティ |
path | プロパティ |
path:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
The path component of the URI. Note that any "dot segments" will be removed using the algorithm in IETF RFC 3986.
実装
public function get path():String
public function set path(value:String):void
query | プロパティ |
scheme | プロパティ |
コンストラクターの詳細
URIParser | () | コンストラクター |
Tue Jun 12 2018, 10:34 AM Z