| Pakket | com.adobe.mosaic.om.interfaces |
| Interface | public interface ICatalogSpecifier |
| Geïmplementeerd door | Catalog, CatalogSpecifier |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Runtimeversies: | 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.
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| name : String [alleen-lezen]
Returns the name to be associated with the catalog to be loaded
| ICatalogSpecifier | ||
| session : ISession [alleen-lezen]
Returns the ISession instance to be associated with the catalog to be loaded
| ICatalogSpecifier | ||
Eigenschapdetails
name | eigenschap |
name:String [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Returns the name to be associated with the catalog to be loaded
Implementatie
public function get name():Stringsession | eigenschap |
session:ISession [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance to be associated with the catalog to be loaded
Implementatie
public function get session():ISessionWed Jun 13 2018, 11:42 AM Z