Difference between revisions of "GVJavaScriptConfig"
(→BasicJSInit) |
|||
Line 41: | Line 41: | ||
This script is executed before the one contained in the element Script. | 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.