Pacote | com.adobe.gravity.service.manifest |
Interface | public interface IManifestLoader |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
loadFromURL(url:String, manifestParseContext:IManifestParseContext):com.adobe.gravity.utility.async:IToken
Load a manifest from an URL. | IManifestLoader | ||
loadFromXML(xml:XML, baseURL:String, manifestParseContext:IManifestParseContext):com.adobe.gravity.utility.async:IToken
Load a manifest from XML. | IManifestLoader |
Detalhes do método
loadFromURL | () | método |
public function loadFromURL(url:String, manifestParseContext:IManifestParseContext):com.adobe.gravity.utility.async:IToken
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
Load a manifest from an URL.
Parâmetros
url:String — The url of the manifest.
| |
manifestParseContext:IManifestParseContext — The context object for parsing the manifest
|
com.adobe.gravity.utility.async:IToken — A token used to set success and failure handlers to be called when the operation has completed. Success handlers will be called with no parameters.
|
loadFromXML | () | método |
public function loadFromXML(xml:XML, baseURL:String, manifestParseContext:IManifestParseContext):com.adobe.gravity.utility.async:IToken
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
Load a manifest from XML.
Parâmetros
xml:XML — The xml manifest.
| |
baseURL:String — The base URL for any relative paths that might be specified in the manifest.
| |
manifestParseContext:IManifestParseContext — The context object for parsing the manifest
|
com.adobe.gravity.utility.async:IToken — A token used to set success and failure handlers to be called when the operation has completed. Success handlers will be called with no parameters.
|
Wed Jun 13 2018, 11:10 AM Z