| Package | com.adobe.solutions.exm.authoring.domain | 
| Class | public class ProviderFactory | 
| Inheritance | ProviderFactory    Object | 
| 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 | |
| impl : IProviderFactory [static] 
		  The IProviderFactory instance for which this class serves as a container.  | ProviderFactory | ||
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
[static] 
		 Returns the expression provider of the contained IProviderFactory instance.  | ProviderFactory | ||
[static] 
		 Returns the function provider of the contained IProviderFactory instance.  | ProviderFactory | ||
[static] 
		 Returns the variable provider of the contained IProviderFactory instance.  | ProviderFactory | ||
![]()  | 
	 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
impl | property | 
public static var impl:IProviderFactory| Language Version: | ActionScript 3.0 | 
| Product Version: | Expression Manager Building Block 10 | 
| Runtime Versions: | AIR (unsupported), Flash Player 10.2 | 
The IProviderFactory instance for which this class serves as a container.
Method Detail
getExpressionProvider | () | method | 
 public static function getExpressionProvider():IExpressionProvider| Language Version: | ActionScript 3.0 | 
| Product Version: | Expression Manager Building Block 10 | 
| Runtime Versions: | AIR (unsupported), Flash Player 10.2 | 
Returns the expression provider of the contained IProviderFactory instance.
ReturnsIExpressionProvider — The expression provider of the contained IProviderFactory instance,
		 or null if the contained IProviderFactory instance is null.
		  | 
getFunctionProvider | () | method | 
 public static function getFunctionProvider():IFunctionProvider| Language Version: | ActionScript 3.0 | 
| Product Version: | Expression Manager Building Block 10 | 
| Runtime Versions: | AIR (unsupported), Flash Player 10.2 | 
Returns the function provider of the contained IProviderFactory instance.
ReturnsIFunctionProvider — The function provider of the contained IProviderFactory instance,
		 or null if the contained IProviderFactory instance is null.
		  | 
getVariableProvider | () | method | 
 public static function getVariableProvider():IVariableProvider| Language Version: | ActionScript 3.0 | 
| Product Version: | Expression Manager Building Block 10 | 
| Runtime Versions: | AIR (unsupported), Flash Player 10.2 | 
Returns the variable provider of the contained IProviderFactory instance.
ReturnsIVariableProvider — The variable provider of the contained IProviderFactory instance,
		 or null if the contained IProviderFactory instance is null.
		  | 
Thu Dec 4 2014, 05:50 PM -08:00
 