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 | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
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():IExpressionService
functionService | 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():IFunctionService
variableService | 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():IVariableService
Constructor 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.
Mon Nov 28 2011, 06:48 AM -08:00