ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
com.adobe.icc.services 

ServiceLocator  - AS3 Układacz zasobów

Pakietcom.adobe.icc.services
Klasapublic final class ServiceLocator
DziedziczenieServiceLocator Inheritance Object

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Singleton helper for defining, locating, and working with various types of services. This is a (very) simplified version of the com.adobe.cairngorm.business.ServiceLocator class to get around having to include Ciarngorm as a dependency on this projects just for this class.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
 Inheritedconstructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu.
Object
Metody publiczne
 MetodaZdefiniowane przez
  
Constructor.
ServiceLocator
  
[statyczny] Returns the singleton instance of this class.
ServiceLocator
  
Retrieves a RemoteObject service by name.
ServiceLocator
 Inherited
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość.
Object
 Inherited
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr.
Object
 Inherited
Wskazuje, czy określona właściwość istnieje i jest przeliczalna.
Object
 Inherited
Ustawia dostępność właściwości dynamicznej używanej w pętlach.
Object
 Inherited
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych.
Object
 Inherited
Zwraca ciąg reprezentujący określony obiekt.
Object
 Inherited
Zwraca pierwotną wartość dla określonego obiektu.
Object
Stałe publiczne
 StałaZdefiniowane przez
  CATEGORY_SERVICE_RO : String = "lc.icc.dbservices.categoryService"
[statyczny] Specifies the remote object name for the Category Service.
ServiceLocator
  CURRENT_USER_SERVICE_RO : String = "lc.um.es.currentUserService"
[statyczny] Specifies the remote object name for the Current User Service.
ServiceLocator
  DOWNLOAD_SERVICE_RO : String = "lc.icc.dbservices.downloadService"
[statyczny] Specifies the remote object name for the Download Service.
ServiceLocator
  EXPORT_ASSET_SERVICE_RO : String = "lc.icc.dbservices.assetExportService"
[statyczny] Specifies the remote object name for Export asset service.
ServiceLocator
  EXPORT_SERVICE_RO : String = "lc.icc.dbservices.exportDefinitionService"
[statyczny] Export Letter definition
ServiceLocator
  EXTERNALDATA_SERVICE_RO : String = "lc.icc.webapps.externalDataUtil"
[statyczny] Specifies the remote object name for the ExternalData Service.
ServiceLocator
  FLEXCONFIG_SERVICE_RO : String = "lc.icc.webapps.flexConfigurationService"
[statyczny] Specifies the remote object name for the FlexConfiguration Service.
ServiceLocator
  FORM_SERVICE_RO : String = "lc.icc.dbservices.formService"
[statyczny] Specifies the remote object name for the Form Service.
ServiceLocator
  FRAGMENT_LAYOUT_SERVICE_RO : String = "lc.icc.dbservices.fragmentLayoutService"
[statyczny] Specifies the remote object name for the Fragment Layout Service.
ServiceLocator
  LETTERRENDER_SERVICE_RO : String = "lc.icc.renderlib.letterRenderService"
[statyczny] Specifies the remote object name for the Letter Render Service.
ServiceLocator
  LETTER_SERVICE_RO : String = "lc.icc.dbservices.letterService"
[statyczny] Specifies the remote object name for the Letter Service.
ServiceLocator
  MODULERESOLVER_SERVICE_RO : String = "lc.icc.renderlib.dataModuleResolver"
[statyczny] Specifies the remote object name for the Module Resolver Service.
ServiceLocator
  MODULE_SERVICE_RO : String = "lc.icc.dbservices.dataModuleService"
[statyczny] Specifies the remote object name for the DataModule Service.
ServiceLocator
  PORTFOLIORENDER_SERVICE_RO : String = "lc.icc.renderlib.portfolioRenderService"
[statyczny] Specifies the remote object name for the Portfolio Render Service.
ServiceLocator
  SERVICELOCATOR_SERVICE_RO : String = "lc.icc.renderlib.serviceLocator"
[statyczny] Specifies the remote object name for the ServiceLocator Service.
ServiceLocator
Konstruktor Szczegół

ServiceLocator

()Konstruktor
public function ServiceLocator()

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.


Zgłasza
Error — ServiceLocator class is a singleton.
Szczegół metody

getInstance

()metoda
public static function getInstance():ServiceLocator

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Returns the singleton instance of this class.

Zwraca
ServiceLocator — the singleton instance of ServiceLocator.

getRemoteObject

()metoda 
public function getRemoteObject(name:String):RemoteObject

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a RemoteObject service by name.

Parametry

name:String — The name of the RemoteObject to retrieve.

Zwraca
RemoteObject — The RemoteObject requested or null if a remote object service isn't registered with the specified name.
Szczegół stałej

CATEGORY_SERVICE_RO

Stała
public static const CATEGORY_SERVICE_RO:String = "lc.icc.dbservices.categoryService"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the remote object name for the Category Service.

CURRENT_USER_SERVICE_RO

Stała 
public static const CURRENT_USER_SERVICE_RO:String = "lc.um.es.currentUserService"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the remote object name for the Current User Service.

DOWNLOAD_SERVICE_RO

Stała 
public static const DOWNLOAD_SERVICE_RO:String = "lc.icc.dbservices.downloadService"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the remote object name for the Download Service.

EXPORT_ASSET_SERVICE_RO

Stała 
public static const EXPORT_ASSET_SERVICE_RO:String = "lc.icc.dbservices.assetExportService"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 10
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 10.2

Specifies the remote object name for Export asset service.

EXPORT_SERVICE_RO

Stała 
public static const EXPORT_SERVICE_RO:String = "lc.icc.dbservices.exportDefinitionService"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Export Letter definition

EXTERNALDATA_SERVICE_RO

Stała 
public static const EXTERNALDATA_SERVICE_RO:String = "lc.icc.webapps.externalDataUtil"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the remote object name for the ExternalData Service.

FLEXCONFIG_SERVICE_RO

Stała 
public static const FLEXCONFIG_SERVICE_RO:String = "lc.icc.webapps.flexConfigurationService"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the remote object name for the FlexConfiguration Service.

FORM_SERVICE_RO

Stała 
public static const FORM_SERVICE_RO:String = "lc.icc.dbservices.formService"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the remote object name for the Form Service.

FRAGMENT_LAYOUT_SERVICE_RO

Stała 
public static const FRAGMENT_LAYOUT_SERVICE_RO:String = "lc.icc.dbservices.fragmentLayoutService"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 10
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 10.2

Specifies the remote object name for the Fragment Layout Service.

LETTER_SERVICE_RO

Stała 
public static const LETTER_SERVICE_RO:String = "lc.icc.dbservices.letterService"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the remote object name for the Letter Service.

LETTERRENDER_SERVICE_RO

Stała 
public static const LETTERRENDER_SERVICE_RO:String = "lc.icc.renderlib.letterRenderService"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the remote object name for the Letter Render Service.

MODULE_SERVICE_RO

Stała 
public static const MODULE_SERVICE_RO:String = "lc.icc.dbservices.dataModuleService"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the remote object name for the DataModule Service.

MODULERESOLVER_SERVICE_RO

Stała 
public static const MODULERESOLVER_SERVICE_RO:String = "lc.icc.renderlib.dataModuleResolver"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the remote object name for the Module Resolver Service.

PORTFOLIORENDER_SERVICE_RO

Stała 
public static const PORTFOLIORENDER_SERVICE_RO:String = "lc.icc.renderlib.portfolioRenderService"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the remote object name for the Portfolio Render Service.

SERVICELOCATOR_SERVICE_RO

Stała 
public static const SERVICELOCATOR_SERVICE_RO:String = "lc.icc.renderlib.serviceLocator"

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the remote object name for the ServiceLocator Service.





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.