Identifies a script module.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
id | The identifier for the script module. You refer to this identifier in the ref attribute of the pipeline:script element. | xs:string | none | required |
<script>
<module id="js_module">
<filter content-type="application/x-javascript"
class="com.myweb.javascriptHandler"/>
</filter>
</module>
</script>