包 | com.adobe.solutions.exm.authoring.domain |
接口 | public interface IProviderFactory |
实现器 | ProviderFactoryImpl |
语言版本: | ActionScript 3.0 |
产品版本: | Expression Manager Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
expressionProvider : IExpressionProvider [只读]
Returns a sub-provider for expression-specific operations such as
creating new expression objects, validation expressions, etc. | IProviderFactory | ||
functionProvider : IFunctionProvider [只读]
Returns a sub-provider for function-specific operations such as listing
the local and remote functions available for use in an expression. | IProviderFactory | ||
variableProvider : IVariableProvider [只读]
Returns a sub-provider for variable-specific operations such as listing the
variables available for use in an expression. | IProviderFactory |
属性详细信息
expressionProvider | 属性 |
expressionProvider:IExpressionProvider
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Expression Manager Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
Returns a sub-provider for expression-specific operations such as creating new expression objects, validation expressions, etc.
实现
public function get expressionProvider():IExpressionProvider
functionProvider | 属性 |
functionProvider:IFunctionProvider
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Expression Manager Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
Returns a sub-provider for function-specific operations such as listing the local and remote functions available for use in an expression.
实现
public function get functionProvider():IFunctionProvider
variableProvider | 属性 |
variableProvider:IVariableProvider
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Expression Manager Building Block 10 |
运行时版本: | AIR (unsupported), Flash Player 10.2 |
Returns a sub-provider for variable-specific operations such as listing the variables available for use in an expression.
实现
public function get variableProvider():IVariableProvider
Tue Jun 12 2018, 11:04 AM Z