ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.exm 

IServiceProvider  - AS3 Expression Manager

Packagecom.adobe.solutions.exm
Interfacepublic 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

The IServiceProvider interface represents the entry point for the Expression Manager infrastructure services, and provides common services which can be used by both the authoring component and the runtime (these services are typically data-centric, for example, services for listing available functions and variables).



Public Properties
 PropertyDefined 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