| Pakiet | com.adobe.gravity.service.manifest |
| Interfejs | public interface IManifestParseContext |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| baseURL : String [tylko do odczytu]
The base URL for the manifest. | IManifestParseContext | ||
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
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 | ||
baseURL | właściwość |
baseURL:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
The base URL for the manifest.
Implementacja
public function get baseURL():StringaddDeferredInclude | () | metoda |
public function addDeferredInclude(includeURL:String):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | 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.
Parametry
includeURL:String |
addPostLoadAction | () | metoda |
public function addPostLoadAction(action:Function):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | 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.
Parametry
action:Function — The Function object to be invoked when loading is complete.
|
getProperty | () | metoda |
public function getProperty(name:String):String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Get the value of a manifest property.
Parametry
name:String — The name of the property.
|
String — The value of the property.
|
installBundle | () | metoda |
public function installBundle(bundleBuilder:IBundleBuilder):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Install a completed bundle definition.
Parametry
bundleBuilder:IBundleBuilder — The builder for the bundle.
|
installInterface | () | metoda |
public function installInterface(interfaceBuilder:IInterfaceBuilder):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Install a completed interface SWF definition.
Parametry
interfaceBuilder:IInterfaceBuilder — The builder for the interface SWF definition.
|
newBundleBuilder | () | metoda |
public function newBundleBuilder(baseURL:String):IBundleBuilder| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Create a new bundle builder object.
Parametry
baseURL:String — The base URL for the bundle.
|
IBundleBuilder — The new bundle builder.
|
newInterfaceBuilder | () | metoda |
public function newInterfaceBuilder(baseURL:String):IInterfaceBuilder| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Create a new interface SWF definition builder object.
Parametry
baseURL:String — The base URL for the interface SWF definition.
|
IInterfaceBuilder — The new interface SWF definition builder.
|
resolveProperties | () | metoda |
public function resolveProperties(string:String):String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Resolve any property substitutions in the provided string. Property substitutions are indicated with ${propertyName}.
Parametry
string:String — The string for which to resolve property substitutions.
|
String — The provided string with any property substitutions resolved.
|
setProperty | () | metoda |
public function setProperty(name:String, value:String):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Wersje środowiska wykonawczego: | AIR 1.1, Flash Player 9 |
Set a manifest property.
Parametry
name:String — The name of the property.
| |
value:String — The value of the property.
|
Tue Jun 12 2018, 12:06 PM Z