Difference between revisions of "GVJavaScriptConfig"
(Created page with "==Description== GVJavaScriptConfig (Description?, JavaScriptInitializers)> <!-- Element type 'module'. --> <!ATTLIST GVJavaScriptConfig type CDATA #FIXED "module"> <!...") |
(→BasicJSInit) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | =={{GVESB}} Configuration== |
− | + | The following table shows the GVJavaScriptConfig element's attributes: | |
− | + | {|class="gvtable" | |
− | + | ! Attribute !! Type !! Description | |
− | - | + | |- |
− | + | | type || fixed || This attribute must assume the value '''module''' | |
− | + | |- | |
− | + | | name || fixed || This attribute must assume the value '''JAVASCRIPT''' | |
− | + | |} | |
− | |||
− | + | GVJavaScriptConfig contains the sub-elements: | |
− | + | * [[Description]] | |
+ | * [[#JavaScriptInitializers|JavaScriptInitializers]] | ||
− | + | ===JavaScriptInitializers=== | |
− | |||
− | + | This element defines the scope initializers. | |
− | |||
− | + | JavaScriptInitializers contains the following sub-elements: | |
− | + | * [[Description]] | |
− | + | * [[#BasicJSInit|BasicJSInit]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ====BasicJSInit==== | |
− | |||
− | + | Each element BasicJSInit defines the Basic Initializer. | |
− | + | Might contain the sub-element: | |
− | + | * [[Description]] | |
− | + | * [[#Script|Script]] | |
− | + | The following table shows the BasicJSInit element's attributes: | |
− | + | {|class="gvtable" | |
− | + | ! Attribute !! Type !! Description | |
+ | |- | ||
+ | | type || fixed || This attribute must assume the value '''jsinit''' | ||
+ | |- | ||
+ | | class || fixed || This attribute must assume the value '''it.greenvulcano.js.initializer.BasicJSInit''' | ||
+ | |- | ||
+ | | name || required || Initializer name. | ||
+ | |- | ||
+ | This script is executed before the one contained in the element Script. | ||
+ | |} | ||
− | + | =====Script===== | |
− | + | ||
− | + | The content defines a JavaScript script. | |
+ | |||
+ | The element value cannot be null. |
Latest revision as of 17:29, 6 March 2012
Contents
GreenVulcano® ESB Configuration
The following table shows the GVJavaScriptConfig element's attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value module |
name | fixed | This attribute must assume the value JAVASCRIPT |
GVJavaScriptConfig contains the sub-elements:
JavaScriptInitializers
This element defines the scope initializers.
JavaScriptInitializers contains the following sub-elements:
BasicJSInit
Each element BasicJSInit defines the Basic Initializer. Might contain the sub-element:
The following table shows the BasicJSInit element's attributes:
This script is executed before the one contained in the element Script.Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value jsinit |
class | fixed | This attribute must assume the value it.greenvulcano.js.initializer.BasicJSInit |
name | required | Initializer name. |
Script
The content defines a JavaScript script.
The element value cannot be null.