Paket | com.adobe.icc.services |
Sınıf | public class ServiceProvider |
Miras Alma | ServiceProvider Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Özellik | Tanımlayan: | ||
---|---|---|---|
appContext : String [statik]
Fetch the Application Context for the current application. | ServiceProvider | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor
| ServiceProvider | ||
[statik]
Returns a Category Service instance. | ServiceProvider | ||
[statik]
Returns a Configuration Service instance. | ServiceProvider | ||
[statik]
Returns a Download Service instance. | ServiceProvider | ||
[statik]
Returns a Export Service instance. | ServiceProvider | ||
[statik]
Returns an External Data Service instance. | ServiceProvider | ||
[statik]
Everytime return a new Form Bridge service instance for a particular version of Form Bridge. | ServiceProvider | ||
[statik] Returns a FragmentLayout Service instance. | ServiceProvider | ||
[statik]
Returns a Layout Service instance. | ServiceProvider | ||
[statik]
Returns a Letter Render Service instance. | ServiceProvider | ||
[statik]
Returns a Letter Service instance. | ServiceProvider | ||
[statik]
Returns a Locator Service instance. | ServiceProvider | ||
[statik]
Returns a Module Resolver Service instance. | ServiceProvider | ||
[statik]
Returns a Module Service instance. | ServiceProvider | ||
[statik]
Returns a Portfolio Render Service instance. | ServiceProvider | ||
[statik]
Returns a Submit Service instance. | ServiceProvider | ||
[statik]
Returns a User Service instance. | ServiceProvider | ||
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 |
appContext | özellik |
appContext:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Fetch the Application Context for the current application.
Uygulama
public static function get appContext():String
public static function set appContext(value:String):void
ServiceProvider | () | Yapıcı |
public function ServiceProvider()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor
getCategoryService | () | yöntem |
public static function getCategoryService():ICategoryService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a Category Service instance.
DöndürürICategoryService — a Category Service instance.
|
getConfigService | () | yöntem |
public static function getConfigService():IConfigService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a Configuration Service instance.
DöndürürIConfigService — Configuration Service instance
|
getDownloadService | () | yöntem |
public static function getDownloadService():IDownloadService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a Download Service instance.
DöndürürIDownloadService — Download Service instance
|
getExportService | () | yöntem |
public static function getExportService():IExportService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a Export Service instance.
DöndürürIExportService — Export Service instance
|
getExternalDataService | () | yöntem |
public static function getExternalDataService():IExternalDataService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns an External Data Service instance.
DöndürürIExternalDataService — External Data Service instance
|
getFormBridgeService | () | yöntem |
public static function getFormBridgeService():IFormBridgeService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Everytime return a new Form Bridge service instance for a particular version of Form Bridge.
DöndürürIFormBridgeService — a new Form Bridge service instance for a particular version of Form Bridge.
|
getFragmentLayoutService | () | yöntem |
public static function getFragmentLayoutService():IFragmentLayoutService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Returns a FragmentLayout Service instance.
DöndürürIFragmentLayoutService — a FragmentLayout Service instance.
|
getLayoutService | () | yöntem |
public static function getLayoutService():ILayoutService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a Layout Service instance.
DöndürürILayoutService — Layout Service instance
|
getLetterRenderService | () | yöntem |
public static function getLetterRenderService():ILetterRenderService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a Letter Render Service instance.
DöndürürILetterRenderService — Letter Render Service instance
|
getLetterService | () | yöntem |
public static function getLetterService():ILetterService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a Letter Service instance.
DöndürürILetterService — Letter Service instance
|
getLocatorService | () | yöntem |
public static function getLocatorService():ILocatorService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a Locator Service instance.
DöndürürILocatorService — Locator Service instance
|
getModuleResolverService | () | yöntem |
public static function getModuleResolverService():IModuleResolverService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a Module Resolver Service instance.
DöndürürIModuleResolverService — Module Resolver Service instance
|
getModuleService | () | yöntem |
public static function getModuleService():IModuleService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a Module Service instance.
DöndürürIModuleService — Module Service instance
|
getPortfolioRenderService | () | yöntem |
public static function getPortfolioRenderService():IPortfolioRenderService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a Portfolio Render Service instance.
DöndürürIPortfolioRenderService — Portfolio Render Service instance
|
getSubmitService | () | yöntem |
public static function getSubmitService():ISubmitService
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a Submit Service instance.
DöndürürISubmitService — Submit Service instance
|
getUserService | () | yöntem |
public static function getUserService():ISSOManager
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a User Service instance.
DöndürürISSOManager — User Service instance
|
Tue Jun 12 2018, 01:09 PM Z