Pakiet | com.adobe.solutions.exm |
Interfejs | public interface IServiceProvider |
Implementory | MockServiceProvider, ServiceProvider |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
expressionService : IExpressionService [tylko do odczytu]
Returns an expression-specific infrastructure service which deals with expression persistence. | IServiceProvider | ||
functionService : IFunctionService [tylko do odczytu]
Returns a function-specific infrastructure service which can list available functions and function-families. | IServiceProvider | ||
variableService : IVariableService [tylko do odczytu]
Returns a variable-specific infrastructure service which can list available variables. | IServiceProvider |
Szczegół właściwości
expressionService | właściwość |
expressionService:IExpressionService
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Returns an expression-specific infrastructure service which deals with expression persistence.
Implementacja
public function get expressionService():IExpressionService
functionService | właściwość |
functionService:IFunctionService
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Returns a function-specific infrastructure service which can list available functions and function-families.
Implementacja
public function get functionService():IFunctionService
variableService | właściwość |
variableService:IVariableService
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Returns a variable-specific infrastructure service which can list available variables.
Implementacja
public function get variableService():IVariableService
Tue Jun 12 2018, 12:06 PM Z