패키지 | com.adobe.gravity.service.manifest |
인터페이스 | public interface IManifestParseContext |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
메서드 | 정의 주체 | ||
---|---|---|---|
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 | 속성 |
addDeferredInclude | () | 메서드 |
public function addDeferredInclude(includeURL:String):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | 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.
매개 변수
includeURL:String |
addPostLoadAction | () | 메서드 |
public function addPostLoadAction(action:Function):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | 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.
매개 변수
action:Function — The Function object to be invoked when loading is complete.
|
getProperty | () | 메서드 |
public function getProperty(name:String):String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
Get the value of a manifest property.
매개 변수
name:String — The name of the property.
|
String — The value of the property.
|
installBundle | () | 메서드 |
public function installBundle(bundleBuilder:IBundleBuilder):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
Install a completed bundle definition.
매개 변수
bundleBuilder:IBundleBuilder — The builder for the bundle.
|
installInterface | () | 메서드 |
public function installInterface(interfaceBuilder:IInterfaceBuilder):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
Install a completed interface SWF definition.
매개 변수
interfaceBuilder:IInterfaceBuilder — The builder for the interface SWF definition.
|
newBundleBuilder | () | 메서드 |
public function newBundleBuilder(baseURL:String):IBundleBuilder
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
Create a new bundle builder object.
매개 변수
baseURL:String — The base URL for the bundle.
|
IBundleBuilder — The new bundle builder.
|
newInterfaceBuilder | () | 메서드 |
public function newInterfaceBuilder(baseURL:String):IInterfaceBuilder
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
Create a new interface SWF definition builder object.
매개 변수
baseURL:String — The base URL for the interface SWF definition.
|
IInterfaceBuilder — The new interface SWF definition builder.
|
resolveProperties | () | 메서드 |
public function resolveProperties(string:String):String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
Resolve any property substitutions in the provided string. Property substitutions are indicated with ${propertyName}.
매개 변수
string:String — The string for which to resolve property substitutions.
|
String — The provided string with any property substitutions resolved.
|
setProperty | () | 메서드 |
public function setProperty(name:String, value:String):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
Set a manifest property.
매개 변수
name:String — The name of the property.
| |
value:String — The value of the property.
|
Tue Jun 12 2018, 03:17 PM Z