| Package | jp.nium.net |
| Class | public class URLObject |
| Inheritance | URLObject Object |
| Property | Defined By | ||
|---|---|---|---|
| fileExtension : String
ファイル拡張子をストリング表現で取得します。
Get or set the file extension by string expresson.
| URLObject | ||
| fileName : String
ファイル名をストリング表現で取得します。
Get or set the filename by string expresson.
| URLObject | ||
| fragment : String
フラグメントをストリング表現で取得または設定します。
Get or set the fragment by string expresson.
| URLObject | ||
| host : String
ホストをストリング表現で取得または設定します。
Get or set the host by string expresson.
| URLObject | ||
| password : String
パスワードをストリング表現で取得または設定します。
Get or set the password by string expresson.
| URLObject | ||
| path : String
パスをストリング表現で取得または設定します。
Get or set the path by string expresson.
| URLObject | ||
| port : String
ポートをストリング表現で取得または設定します。
Get or set the port by string expresson.
| URLObject | ||
| query : Query [read-only]
クエリを Object 表現で取得します。
Get the query by object expresson.
| URLObject | ||
| scheme : String
スキーマをストリング表現で取得または設定します。
Get or set the scheme by string expression.
| URLObject | ||
| url : String
URL をストリング表現で取得または設定します。
Get or set the URL by string expression.
| URLObject | ||
| user : String
ユーザーをストリング表現で取得または設定します。
Get or set the user by string expression.
| URLObject | ||
| Method | Defined By | ||
|---|---|---|---|
URLObject(url:String)
新しい URLObject インスタンスを作成します。
Creates a new URLObject object.
| URLObject | ||
navigateTo(windowTarget:String = null):void
Flash Player のコンテナを含むアプリケーション(通常はブラウザ)でウィンドウを開くか、置き換えます。
Open or replace the window with the application which contain the Flash Player contener (usually it is browser). | URLObject | ||
toString():String
指定されたオブジェクトのストリング表現を返します。
Returns the string representation of the specified object.
| URLObject | ||
toURLRequest():URLRequest
指定されたオブジェクトの URLRequest 表現を返します。
Returns the URLRequest representation of the specified object.
| URLObject | ||
validate(url:String):Boolean [static]
URL の書式が正しいかどうかを返します。
Returns if the format of the URL is correct.
| URLObject | ||
| fileExtension | property |
fileExtension:Stringファイル拡張子をストリング表現で取得します。 Get or set the file extension by string expresson.
public function get fileExtension():String public function set fileExtension(value:String):void| fileName | property |
fileName:Stringファイル名をストリング表現で取得します。 Get or set the filename by string expresson.
public function get fileName():String public function set fileName(value:String):void| fragment | property |
fragment:Stringフラグメントをストリング表現で取得または設定します。 Get or set the fragment by string expresson.
public function get fragment():String public function set fragment(value:String):void| host | property |
host:Stringホストをストリング表現で取得または設定します。 Get or set the host by string expresson.
public function get host():String public function set host(value:String):void| password | property |
password:Stringパスワードをストリング表現で取得または設定します。 Get or set the password by string expresson.
public function get password():String public function set password(value:String):void| path | property |
path:Stringパスをストリング表現で取得または設定します。 Get or set the path by string expresson.
public function get path():String public function set path(value:String):void| port | property |
port:Stringポートをストリング表現で取得または設定します。 Get or set the port by string expresson.
public function get port():String public function set port(value:String):void| query | property |
query:Query [read-only] クエリを Object 表現で取得します。 Get the query by object expresson.
public function get query():Query| scheme | property |
scheme:Stringスキーマをストリング表現で取得または設定します。 Get or set the scheme by string expression.
public function get scheme():String public function set scheme(value:String):void| url | property |
url:StringURL をストリング表現で取得または設定します。 Get or set the URL by string expression.
public function get url():String public function set url(value:String):void| user | property |
user:Stringユーザーをストリング表現で取得または設定します。 Get or set the user by string expression.
public function get user():String public function set user(value:String):void| URLObject | () | Constructor |
public function URLObject(url:String)新しい URLObject インスタンスを作成します。 Creates a new URLObject object.
Parametersurl:String — URL を表すストリングです。
The string express the URL.
|
| navigateTo | () | method |
public function navigateTo(windowTarget:String = null):voidFlash Player のコンテナを含むアプリケーション(通常はブラウザ)でウィンドウを開くか、置き換えます。 Open or replace the window with the application which contain the Flash Player contener (usually it is browser).
Parameters
windowTarget:String (default = null) — ドキュメントを表示するブラウザウィンドウまたは HTML フレームです。
The browser window or HTML frame to display the document.
|
| toString | () | method |
public function toString():String指定されたオブジェクトのストリング表現を返します。 Returns the string representation of the specified object.
ReturnsString —
オブジェクトのストリング表現です。
A string representation of the object.
|
| toURLRequest | () | method |
public function toURLRequest():URLRequest指定されたオブジェクトの URLRequest 表現を返します。 Returns the URLRequest representation of the specified object.
ReturnsURLRequest —
オブジェクトの URLRequest 表現です。
A URLRequest representation of the object.
|
| validate | () | method |
public static function validate(url:String):BooleanURL の書式が正しいかどうかを返します。 Returns if the format of the URL is correct.
Parameters
url:String — 書式を調べる URL です。
The URL to check the format.
|
Boolean —
書式が正しければ true に、それ以外の場合は false になります。
Return true if the format is correct, otherwise return false.
|