| 패키지 | com.adobe.solutions.exm |
| 인터페이스 | public interface IServiceProvider |
| 구현자 | MockServiceProvider, ServiceProvider |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Expression Manager Building Block 10 |
| 런타임 버전: | AIR (unsupported), Flash Player 10.2 |
공용 속성
| 속성 | 정의 주체 | ||
|---|---|---|---|
| expressionService : IExpressionService [읽기 전용]
Returns an expression-specific infrastructure service which deals with expression persistence. | IServiceProvider | ||
| functionService : IFunctionService [읽기 전용]
Returns a function-specific infrastructure service which can list available functions and function-families. | IServiceProvider | ||
| variableService : IVariableService [읽기 전용]
Returns a variable-specific infrastructure service which can list available variables. | IServiceProvider | ||
속성 세부 정보
expressionService | 속성 |
expressionService:IExpressionService [읽기 전용] | 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Expression Manager Building Block 10 |
| 런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Returns an expression-specific infrastructure service which deals with expression persistence.
구현
public function get expressionService():IExpressionServicefunctionService | 속성 |
functionService:IFunctionService [읽기 전용] | 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Expression Manager Building Block 10 |
| 런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Returns a function-specific infrastructure service which can list available functions and function-families.
구현
public function get functionService():IFunctionServicevariableService | 속성 |
variableService:IVariableService [읽기 전용] | 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Expression Manager Building Block 10 |
| 런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Returns a variable-specific infrastructure service which can list available variables.
구현
public function get variableService():IVariableServiceTue Jun 12 2018, 03:17 PM Z