| Package | core |
| Class | public class uri |
| Inheritance | uri Object |
| Property | Defined By | ||
|---|---|---|---|
| authority : String [read-only]
Indicates authority value of the uri. | uri | ||
| fragment : String
Determinates the fragment value of the uri. | uri | ||
| host : String
Determinates the host value of the uri. | uri | ||
| path : String
Determinates the path value of the uri. | uri | ||
| port : int
Determinates the port value of the uri. | uri | ||
| query : String
Determinates the user info value of the uri. | uri | ||
| scheme : String
Determinates the scheme value of the uri. | uri | ||
| source : String [read-only]
Determinates the source value of the uri. | uri | ||
| userinfo : String [read-only]
Determinates the user info value of the uri. | uri | ||
| Method | Defined By | ||
|---|---|---|---|
uri(raw:String)
Creates a new uri instance. | uri | ||
toString():String
Returns the String representation of the object. | uri | ||
valueOf():String
Returns the primitive value of the object. | uri | ||
| authority | property |
authority:String [read-only] Indicates authority value of the uri.
public function get authority():String| fragment | property |
fragment:StringDeterminates the fragment value of the uri.
public function get fragment():String public function set fragment(value:String):void| host | property |
host:StringDeterminates the host value of the uri.
public function get host():String public function set host(value:String):void| path | property |
path:StringDeterminates the path value of the uri.
public function get path():String public function set path(value:String):void| port | property |
port:intDeterminates the port value of the uri.
public function get port():int public function set port(value:int):void| query | property |
query:StringDeterminates the user info value of the uri.
public function get query():String public function set query(value:String):void| scheme | property |
scheme:StringDeterminates the scheme value of the uri.
public function get scheme():String public function set scheme(value:String):void| source | property |
source:String [read-only] Determinates the source value of the uri.
public function get source():String| userinfo | property |
userinfo:String [read-only] Determinates the user info value of the uri.
public function get userinfo():String| uri | () | Constructor |
public function uri(raw:String)Creates a new uri instance.
Parametersraw:String — The value expression of the uri.
|
| toString | () | method |
public function toString():StringReturns the String representation of the object.
ReturnsString — the String representation of the object.
|
| valueOf | () | method |
public function valueOf():StringReturns the primitive value of the object.
ReturnsString — the primitive value of the object.
|