Pacote | com.adobe.gravity.utility.url |
Classe | public class URIParser |
Herança | URIParser Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
authority : String
The URI authority component. | URIParser | ||
canonicalURI : String [somente leitura]
The canonical representation of the URI. | URIParser | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
fragment : String
The fragment component of the URI. | URIParser | ||
originalPath : String [somente leitura]
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 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | URIParser | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
authority | propriedade |
authority:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
The URI authority component.
Implementação
public function get authority():String
public function set authority(value:String):void
canonicalURI | propriedade |
canonicalURI:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
The canonical representation of the URI.
Implementação
public function get canonicalURI():String
fragment | propriedade |
fragment:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
The fragment component of the URI.
Implementação
public function get fragment():String
public function set fragment(value:String):void
originalPath | propriedade |
originalPath:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
The original path component.
Implementação
public function get originalPath():String
path | propriedade |
path:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | 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.
Implementação
public function get path():String
public function set path(value:String):void
query | propriedade |
query:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
The query portion of the URI.
Implementação
public function get query():String
public function set query(value:String):void
scheme | propriedade |
scheme:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
The URI scheme.
Implementação
public function get scheme():String
public function set scheme(value:String):void
Detalhes do construtor
URIParser | () | Construtor |
Wed Jun 13 2018, 11:10 AM Z