Paket | com.adobe.mosaic.om.interfaces |
Schnittstelle | public interface ICatalogSpecifier |
Umsetzer | Catalog, CatalogSpecifier |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
ICatalogSpecifier
provides information about a given ICatalog suitable for
display to a user. Use this interface to specify a catalog for loading into an IApplication.
Developers may implement this interface themselves, or utilize the ICatalogListItem sub-interface.
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
name : String [schreibgeschützt]
Returns the name to be associated with the catalog to be loaded
| ICatalogSpecifier | ||
session : ISession [schreibgeschützt]
Returns the ISession instance to be associated with the catalog to be loaded
| ICatalogSpecifier |
Eigenschaftendetails
name | Eigenschaft |
name:String
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Returns the name to be associated with the catalog to be loaded
Implementierung
public function get name():String
session | Eigenschaft |
session:ISession
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance to be associated with the catalog to be loaded
Implementierung
public function get session():ISession
Tue Jun 12 2018, 10:04 AM Z