Difference between revisions of "GVJavaScriptConfig"
(Created page with "==Description== GVJavaScriptConfig (Description?, JavaScriptInitializers)> <!-- Element type 'module'. --> <!ATTLIST GVJavaScriptConfig type CDATA #FIXED "module"> <!...") |
|||
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. | ||
+ | |} |
Revision as of 17:27, 6 March 2012
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. |