CFSCRIPT

Contains block of CFSCRIPT statements to be evaluated.

Usage

<cfscript> ... </cfscript>

Attributes

Attribute default required summary
LANGUAGE Specifies the type of language contained within the cfscript block. Additional languages are added through the plugin interface. Built-in support for 'java' and 'javascript'
JARLIST For language='java' only. Specifies the comma-separated list of JAR files that are in the /WEB-INF/lib/ folder that should be added to the dynamic compilation
IMPORT For language='java' only. Specifies the comma-separated list of packages that will be used to resolve inner class references. By default these are included: java.io.*, java.net.*, java.math.*, java.util.*

Extra

This tag lets you embed complete blocks of CFML script, Java or Javascript into your applications, all sharing and accessing variables.

For more information on cfscript see: