module

Purpose

Identifies a script module.

Contained by

Contains

Attribute

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 

Example

<script>
  <module id="js_module">
    <filter content-type="application/x-javascript"
      class="com.myweb.javascriptHandler"/>
    </filter>
  </module>
</script>

Related topics