ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.exm.runtime 

IFunctionMapper  - AS3 Expression Manager

Packagecom.adobe.solutions.exm.runtime
Interfacepublic interface IFunctionMapper
Implementors SimpleFunctionMapper

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Used by the Expression Manager for resolving any function calls encountered in an expression string. Function calls are of the form "[scope]:[functionName](...)"



Public Methods
 MethodDefined By
  
resolve(scope:String, functionName:String):Function
Resolves a function reference of the form "[scope]:[functionName](...)" to an actual function.
IFunctionMapper
Method Detail

resolve

()method
public function resolve(scope:String, functionName:String):Function

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Resolves a function reference of the form "[scope]:[functionName](...)" to an actual function.

Parameters

scope:String — The scope of the function to be resolved.
 
functionName:String — The name of the function to be resolved.

Returns
Function — The resolved function.