Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.gravity.service.manifest 

IManifestParseContext  - AS3 ADEP - Client Component

Pacchettocom.adobe.gravity.service.manifest
Interfacciapublic interface IManifestParseContext

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

Context interface for bundle manifest parsing.



Proprietà pubbliche
 ProprietàDefinito da
  baseURL : String
[sola lettura] The base URL for the manifest.
IManifestParseContext
Metodi pubblici
 MetodoDefinito da
  
Add a deferred include.
IManifestParseContext
  
Add a post-load action.
IManifestParseContext
  
Get the value of a manifest property.
IManifestParseContext
  
Install a completed bundle definition.
IManifestParseContext
  
Install a completed interface SWF definition.
IManifestParseContext
  
Create a new bundle builder object.
IManifestParseContext
  
Create a new interface SWF definition builder object.
IManifestParseContext
  
Resolve any property substitutions in the provided string.
IManifestParseContext
  
Set a manifest property.
IManifestParseContext
Descrizione delle proprietà

baseURL

proprietà
baseURL:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

The base URL for the manifest.



Implementazione
    public function get baseURL():String
Descrizione dei metodi

addDeferredInclude

()metodo
public function addDeferredInclude(includeURL:String):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

Add a deferred include. A deferred include is a manifest file that is to be loaded as an independent manifest load after the current manifest load is complete. This is useful when the current manifest will result in the registration of manifest parsers, as those parsers aren't available until the current manifest load is complete.

Parametri

includeURL:String

addPostLoadAction

()metodo 
public function addPostLoadAction(action:Function):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

Add a post-load action. A post-load action is a Function object that will be invoked with no parameters after all bundles in the current manifest have been started, or if autoStart was specified as false after all the bundles in the current manifest have been installed.

Parametri

action:Function — The Function object to be invoked when loading is complete.

getProperty

()metodo 
public function getProperty(name:String):String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

Get the value of a manifest property.

Parametri

name:String — The name of the property.

Restituisce
String — The value of the property.

installBundle

()metodo 
public function installBundle(bundleBuilder:IBundleBuilder):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

Install a completed bundle definition.

Parametri

bundleBuilder:IBundleBuilder — The builder for the bundle.

installInterface

()metodo 
public function installInterface(interfaceBuilder:IInterfaceBuilder):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

Install a completed interface SWF definition.

Parametri

interfaceBuilder:IInterfaceBuilder — The builder for the interface SWF definition.

newBundleBuilder

()metodo 
public function newBundleBuilder(baseURL:String):IBundleBuilder

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

Create a new bundle builder object.

Parametri

baseURL:String — The base URL for the bundle.

Restituisce
IBundleBuilder — The new bundle builder.

newInterfaceBuilder

()metodo 
public function newInterfaceBuilder(baseURL:String):IInterfaceBuilder

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

Create a new interface SWF definition builder object.

Parametri

baseURL:String — The base URL for the interface SWF definition.

Restituisce
IInterfaceBuilder — The new interface SWF definition builder.

resolveProperties

()metodo 
public function resolveProperties(string:String):String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

Resolve any property substitutions in the provided string. Property substitutions are indicated with ${propertyName}.

Parametri

string:String — The string for which to resolve property substitutions.

Restituisce
String — The provided string with any property substitutions resolved.

setProperty

()metodo 
public function setProperty(name:String, value:String):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versioni runtime: AIR 1.1, Flash Player 9

Set a manifest property.

Parametri

name:String — The name of the property.
 
value:String — The value of the property.





[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.