Pacchetto | com.adobe.fiber.services.wrapper |
Classe | public class HTTPServiceWrapper |
Ereditarietà | HTTPServiceWrapper AbstractServiceWrapper EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
baseURL : String [sola lettura]
The URL that the HTTPService object should use when computing relative URLs. | HTTPServiceWrapper | ||
channelSet : ChannelSet
Channel set of the wrapped service. | AbstractServiceWrapper | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
destination : String
Destination of the wrapped service. | AbstractServiceWrapper | ||
operations : Object
Operations of the wrapped service. | AbstractServiceWrapper | ||
serviceControl : AbstractService [override] [sola lettura]
The wrapped HTTPMultiService instance. | HTTPServiceWrapper | ||
showBusyCursor : Boolean
The showBusyCursor property of the wrapped service. | AbstractServiceWrapper | ||
useProxy : Boolean
The useProxy property of the wrapped HTTPMultiService instance. | HTTPServiceWrapper |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
HTTPServiceWrapper(target:IEventDispatcher = null)
Constructor. | HTTPServiceWrapper | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Called after the implementing object has been created and all
component properties specified on the MXML tag have been initialized. | AbstractServiceWrapper | ||
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 | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
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 | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Eventi
Descrizione delle proprietà
baseURL | proprietà |
baseURL:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The URL that the HTTPService object should use when computing relative URLs.
This is a copy of the baseURL
property of the wrapped HTTPMultiService instance.
Implementazione
public function get baseURL():String
Elementi API correlati
serviceControl | proprietà |
serviceControl:AbstractService
[sola lettura] [override] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The wrapped HTTPMultiService instance.
Implementazione
override public function get serviceControl():AbstractService
Elementi API correlati
useProxy | proprietà |
useProxy:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The useProxy
property of the wrapped HTTPMultiService instance.
Implementazione
public function get useProxy():Boolean
public function set useProxy(value:Boolean):void
Elementi API correlati
Descrizione della funzione di costruzione
HTTPServiceWrapper | () | Funzione di costruzione |
public function HTTPServiceWrapper(target:IEventDispatcher = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parametritarget:IEventDispatcher (default = null ) — The target object for dispatched events.
|
Tue Jun 12 2018, 02:44 PM Z