Pacchetto | com.adobe.gravity.utility.url |
Classe | public class URIParser |
Ereditarietà | URIParser Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
authority : String
The URI authority component. | URIParser | ||
canonicalURI : String [sola lettura]
The canonical representation of the URI. | URIParser | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
fragment : String
The fragment component of the URI. | URIParser | ||
originalPath : String [sola lettura]
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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | URIParser | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
authority | proprietà |
authority:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
The URI authority component.
Implementazione
public function get authority():String
public function set authority(value:String):void
canonicalURI | proprietà |
canonicalURI:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
The canonical representation of the URI.
Implementazione
public function get canonicalURI():String
fragment | proprietà |
fragment:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
The fragment component of the URI.
Implementazione
public function get fragment():String
public function set fragment(value:String):void
originalPath | proprietà |
originalPath:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
The original path component.
Implementazione
public function get originalPath():String
path | proprietà |
path:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni 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.
Implementazione
public function get path():String
public function set path(value:String):void
query | proprietà |
query:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
The query portion of the URI.
Implementazione
public function get query():String
public function set query(value:String):void
scheme | proprietà |
scheme:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
The URI scheme.
Implementazione
public function get scheme():String
public function set scheme(value:String):void
Descrizione della funzione di costruzione
URIParser | () | Funzione di costruzione |
Tue Jun 12 2018, 02:44 PM Z