| Package | com.adobe.mosaic.om.constants | 
| Class | public class FrameworkConstants | 
| Inheritance | FrameworkConstants    Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
FrameworkConstants provides constants to indicate various 
	 IManagers that map to specific implementations retrievable from the IClientFramework's 
	 acquireManager method.
	 
	 Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
![]()  | 
	 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 | |
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
| MANAGER_NAME_RUNTIME : String = "runtime" [static] 
		 Constant name to be used when requesting the use of the IRuntimeManager
		   | FrameworkConstants | ||
| MANAGER_NAME_SESSION : String = "session" [static] 
		 Constant name to be used when requesting the use of the ISessionManager
		   | FrameworkConstants | ||
Constant Detail
MANAGER_NAME_RUNTIME | Constant | 
public static const MANAGER_NAME_RUNTIME:String = "runtime"| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Constant name to be used when requesting the use of the IRuntimeManager
Related API Elements
MANAGER_NAME_SESSION | Constant | 
public static const MANAGER_NAME_SESSION:String = "session"| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Constant name to be used when requesting the use of the ISessionManager
Related API Elements
Thu Dec 4 2014, 05:50 PM -08:00
 