Pakket | com.adobe.solutions.exm |
Interface | public interface IServiceProvider |
Geïmplementeerd door | MockServiceProvider, ServiceProvider |
Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
expressionService : IExpressionService [alleen-lezen]
Returns an expression-specific infrastructure service which deals with expression persistence. | IServiceProvider | ||
functionService : IFunctionService [alleen-lezen]
Returns a function-specific infrastructure service which can list available functions and function-families. | IServiceProvider | ||
variableService : IVariableService [alleen-lezen]
Returns a variable-specific infrastructure service which can list available variables. | IServiceProvider |
Eigenschapdetails
expressionService | eigenschap |
expressionService:IExpressionService
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Returns an expression-specific infrastructure service which deals with expression persistence.
Implementatie
public function get expressionService():IExpressionService
functionService | eigenschap |
functionService:IFunctionService
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Returns a function-specific infrastructure service which can list available functions and function-families.
Implementatie
public function get functionService():IFunctionService
variableService | eigenschap |
variableService:IVariableService
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Expression Manager Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Returns a variable-specific infrastructure service which can list available variables.
Implementatie
public function get variableService():IVariableService
Wed Jun 13 2018, 11:42 AM Z