Paquete | com.adobe.solutions.exm |
Interfaz | public interface IServiceProvider |
Implementadores | MockServiceProvider, ServiceProvider |
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 | ||
---|---|---|---|
expressionService : IExpressionService [solo lectura]
Returns an expression-specific infrastructure service which deals with expression persistence. | IServiceProvider | ||
functionService : IFunctionService [solo lectura]
Returns a function-specific infrastructure service which can list available functions and function-families. | IServiceProvider | ||
variableService : IVariableService [solo lectura]
Returns a variable-specific infrastructure service which can list available variables. | IServiceProvider |
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 |
Returns an expression-specific infrastructure service which deals with expression persistence.
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 |
Returns a function-specific infrastructure service which can list available functions and function-families.
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 |
Returns a variable-specific infrastructure service which can list available variables.
Implementación
public function get variableService():IVariableService
Tue Jun 12 2018, 02:12 PM Z