Package | com.adobe.mosaic.om.interfaces |
Interface | public interface IApplicationSpecifier |
Implementors | ApplicationSpecifier |
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 |
IApplicationSpecifier
interface is used to specify an application for loading.
Developers may implement this interface themselves, or utilize the IApplicationListItem sub-interface.
Public Properties
Property | Defined By | ||
---|---|---|---|
name : String [read-only]
Returns the name to be associated with the application to be loaded
| IApplicationSpecifier | ||
session : ISession [read-only]
Returns the ISession instance to be associated with the application to be loaded
| IApplicationSpecifier |
Property Detail
name | property |
name:String
[read-only] 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 |
Returns the name to be associated with the application to be loaded
Implementation
public function get name():String
session | property |
session:ISession
[read-only] 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 |
Returns the ISession instance to be associated with the application to be loaded
Implementation
public function get session():ISession
Related API Elements
Mon Nov 28 2011, 06:48 AM -08:00