Package | com.adobe.solutions.exm.authoring.domain.impl |
Class | public class ProviderFactoryImpl |
Inheritance | ProviderFactoryImpl Object |
Implements | IProviderFactory |
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 | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
expressionProvider : IExpressionProvider [read-only]
Returns a sub-provider for expression-specific operations such as
creating new expression objects, validation expressions, etc. | ProviderFactoryImpl | ||
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. | ProviderFactoryImpl | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
serviceProvider : IServiceProvider [write-only]
Sets the service provider to be used by this provider factory. | ProviderFactoryImpl | ||
variableProvider : IVariableProvider [read-only]
Returns a sub-provider for variable-specific operations such as listing the
variables available for use in an expression. | ProviderFactoryImpl |
Public Methods
Method | Defined By | ||
---|---|---|---|
Creates a new ProviderFactoryImpl instance. | ProviderFactoryImpl | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
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():IExpressionProvider
functionProvider | 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():IFunctionProvider
serviceProvider | property |
serviceProvider:IServiceProvider
[write-only] Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Sets the service provider to be used by this provider factory.
Implementation
public function set serviceProvider(value:IServiceProvider):void
variableProvider | 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():IVariableProvider
Constructor Detail
ProviderFactoryImpl | () | Constructor |
public function ProviderFactoryImpl()
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Creates a new ProviderFactoryImpl instance.
Mon Nov 28 2011, 06:48 AM -08:00