| Package | com.adobe.solutions.exm.impl | 
| Class | public class ServiceProvider | 
| Inheritance | ServiceProvider    Object | 
| Implements | IServiceProvider | 
| 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 | |
| expressionService : IExpressionService [read-only] 
		 Returns null, since expression persistence is currently not supported.  | ServiceProvider | ||
| functionService : IFunctionService [read-only] 
		 Returns an IFunctionService implementation which can be used for listing function-families and functions.  | ServiceProvider | ||
| variableService : IVariableService [read-only] 
		 Returns null, since variable-related services currently do not have a default implementation.  | ServiceProvider | ||
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
		 Creates a new ServiceProvider instance.  | ServiceProvider | ||
![]()  | 
	 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
expressionService | property | 
expressionService:IExpressionService  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Expression Manager Building Block 10 | 
| Runtime Versions: | AIR (unsupported), Flash Player 10.2 | 
Returns null, since expression persistence is currently not supported.
Implementation
    public function get expressionService():IExpressionServicefunctionService | property | 
functionService:IFunctionService  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Expression Manager Building Block 10 | 
| Runtime Versions: | AIR (unsupported), Flash Player 10.2 | 
Returns an IFunctionService implementation which can be used for listing function-families and functions.
Implementation
    public function get functionService():IFunctionServicevariableService | property | 
variableService:IVariableService  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Expression Manager Building Block 10 | 
| Runtime Versions: | AIR (unsupported), Flash Player 10.2 | 
Returns null, since variable-related services currently do not have a default implementation.
Implementation
    public function get variableService():IVariableServiceConstructor Detail
ServiceProvider | () | Constructor | 
public function ServiceProvider()| Language Version: | ActionScript 3.0 | 
| Product Version: | Expression Manager Building Block 10 | 
| Runtime Versions: | AIR (unsupported), Flash Player 10.2 | 
Creates a new ServiceProvider instance.
Thu Dec 4 2014, 05:50 PM -08:00
 