Package | com.adobe.solutions.exm |
Interface | public interface IServiceProvider |
Implementors | MockServiceProvider, ServiceProvider |
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Public Properties
Property | Defined By | ||
---|---|---|---|
expressionService : IExpressionService [read-only]
Returns an expression-specific infrastructure service which deals with expression persistence. | IServiceProvider | ||
functionService : IFunctionService [read-only]
Returns a function-specific infrastructure service which can list available functions and function-families. | IServiceProvider | ||
variableService : IVariableService [read-only]
Returns a variable-specific infrastructure service which can list available variables. | IServiceProvider |
Property Detail
expressionService | property |
expressionService:IExpressionService
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Returns an expression-specific infrastructure service which deals with expression persistence.
Implementation
public function get expressionService():IExpressionService
functionService | property |
functionService:IFunctionService
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Returns a function-specific infrastructure service which can list available functions and function-families.
Implementation
public function get functionService():IFunctionService
variableService | property |
variableService:IVariableService
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Returns a variable-specific infrastructure service which can list available variables.
Implementation
public function get variableService():IVariableService
Mon Nov 28 2011, 06:48 AM -08:00