Paket | com.adobe.mosaic.om.impl |
Sınıf | public class ApplicationSpecifier |
Miras Alma | ApplicationSpecifier Object |
Uygular | IApplicationSpecifier |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
ApplicationSpecifier
provides information about a given
IApplication suitable for display to a user. This is provided as default
implementation of the IApplicationSpecifier for developer convenience.
İlgili API Öğeleri
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
name : String
Returns the name to be associated with the catalog to be loaded
| ApplicationSpecifier | ||
session : ISession
Returns the ISession instance to be associated with the catalog to be loaded
| ApplicationSpecifier |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | ApplicationSpecifier | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
name | özellik |
name:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Returns the name to be associated with the catalog to be loaded
Uygulama
public function get name():String
public function set name(value:String):void
session | özellik |
session:ISession
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Returns the ISession instance to be associated with the catalog to be loaded
Uygulama
public function get session():ISession
public function set session(value:ISession):void
Yapıcı Ayrıntı
ApplicationSpecifier | () | Yapıcı |
public function ApplicationSpecifier(name:String, session:ISession = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Constructor. com.adobe.mosaic.om.interfaces.ISession
Parametrelername:String — The name of the Application
| |
session:ISession (default = null ) — The ISession for this Application
|
Tue Jun 12 2018, 01:09 PM Z