Package | com.adobe.gravity.utility.url |
Classe | public class URIParser |
Héritage | URIParser Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 |
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
authority : String
The URI authority component. | URIParser | ||
canonicalURI : String [lecture seule]
The canonical representation of the URI. | URIParser | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
fragment : String
The fragment component of the URI. | URIParser | ||
originalPath : String [lecture seule]
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éthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Constructor. | URIParser | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Détails de la propriété
authority | propriété |
authority:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 |
The URI authority component.
Implémentation
public function get authority():String
public function set authority(value:String):void
canonicalURI | propriété |
canonicalURI:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 |
The canonical representation of the URI.
Implémentation
public function get canonicalURI():String
fragment | propriété |
fragment:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 |
The fragment component of the URI.
Implémentation
public function get fragment():String
public function set fragment(value:String):void
originalPath | propriété |
originalPath:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 |
The original path component.
Implémentation
public function get originalPath():String
path | propriété |
path:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | 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.
Implémentation
public function get path():String
public function set path(value:String):void
query | propriété |
query:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 |
The query portion of the URI.
Implémentation
public function get query():String
public function set query(value:String):void
scheme | propriété |
scheme:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 |
The URI scheme.
Implémentation
public function get scheme():String
public function set scheme(value:String):void
Détails du constructeur
URIParser | () | Constructeur |
public function URIParser(uri:String = null)
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versions du moteur d’exécution: | AIR 1.1, Flash Player 9 |
Constructor.
Paramètresuri:String (default = null ) — URI to parse.
|
Tue Jun 12 2018, 09:30 AM Z