| Package | com.adobe.solutions.exm.authoring.domain | 
| Interface | public interface IProviderFactory | 
| Implementors | ProviderFactoryImpl | 
| 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 | ||
|---|---|---|---|
| expressionProvider : IExpressionProvider [read-only] 
		 Returns a sub-provider for expression-specific operations such as
		 creating new expression objects, validation expressions, etc.  | IProviderFactory | ||
| functionProvider : IFunctionProvider [read-only] 
		 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 [read-only] 
		 Returns a sub-provider for variable-specific operations such as listing the
		 variables available for use in an expression.  | IProviderFactory | ||
Property Detail
expressionProvider | property | 
expressionProvider:IExpressionProvider  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Expression Manager Building Block 10 | 
| Runtime Versions: | AIR (unsupported), Flash Player 10.2 | 
Returns a sub-provider for expression-specific operations such as creating new expression objects, validation expressions, etc.
Implementation
    public function get expressionProvider():IExpressionProviderfunctionProvider | property | 
functionProvider:IFunctionProvider  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Expression Manager Building Block 10 | 
| Runtime Versions: | 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.
Implementation
    public function get functionProvider():IFunctionProvidervariableProvider | property | 
variableProvider:IVariableProvider  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Expression Manager Building Block 10 | 
| Runtime Versions: | 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.
Implementation
    public function get variableProvider():IVariableProviderThu Dec 4 2014, 05:50 PM -08:00