Paquete | com.adobe.solutions.exm.mock |
Clase | public class MockServiceProvider |
Herencia | MockServiceProvider EventDispatcher Object |
Implementa | IServiceProvider |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
expressionService : IExpressionService [solo lectura]
If mock data has been loaded, returns a mock IExpressionService instance which operates against
the mock data, else returns null. | MockServiceProvider | ||
functionService : IFunctionService [solo lectura]
If mock data has been loaded, returns a mock IFunctionService instance which operates against
the mock data, else returns null. | MockServiceProvider | ||
variableService : IVariableService [solo lectura]
If mock data has been loaded, returns a mock IVariableService instance which operates against
the mock data, else returns null. | MockServiceProvider |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
MockServiceProvider(target:IEventDispatcher = null)
Creates a new MockServiceProvider instance. | MockServiceProvider | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | EventDispatcher | ||
Distribuye un evento en el flujo del evento. | EventDispatcher | ||
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | EventDispatcher | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Loads the given mock data into this provider. | MockServiceProvider | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Elimina un detector del objeto EventDispatcher. | EventDispatcher | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | EventDispatcher |
Eventos
Información sobre propiedades
expressionService | propiedad |
expressionService:IExpressionService
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
If mock data has been loaded, returns a mock IExpressionService instance which operates against the mock data, else returns null.
Implementación
public function get expressionService():IExpressionService
functionService | propiedad |
functionService:IFunctionService
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
If mock data has been loaded, returns a mock IFunctionService instance which operates against the mock data, else returns null.
Implementación
public function get functionService():IFunctionService
variableService | propiedad |
variableService:IVariableService
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
If mock data has been loaded, returns a mock IVariableService instance which operates against the mock data, else returns null.
Implementación
public function get variableService():IVariableService
Información sobre constructores
MockServiceProvider | () | Información sobre |
public function MockServiceProvider(target:IEventDispatcher = null)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Creates a new MockServiceProvider instance.
Parámetrostarget:IEventDispatcher (default = null ) — The target event dispatcher.
|
Información sobre métodos
load | () | método |
public function load(exprConfig:Array, funcConfig:Array, varConfig:Array):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Loads the given mock data into this provider. Note that since mock data is loaded asynchronously, consuming applications must wait for the provider to dispatch an Event of type Event.COMPLETE before it can be used.
Parámetros
exprConfig:Array — An array of XML paths (strings) for expression mock-data.
| |
funcConfig:Array — An array of XML paths (strings) for function mock-data.
| |
varConfig:Array — An array of XML paths (strings) for variable mock-data.
|
Tue Jun 12 2018, 02:12 PM Z