The zscript-config Element"

From Documentation
m
Line 10: Line 10:
 
  [Optional]
 
  [Optional]
  
Specifies an interpreter to interpret the [[ZUML Reference/ZUML/Elements/zscript|zscript]] code. For more information, please refer to [[ZK Configuration Reference/zk.xml/The zscript-config Element|zk.xml's zscript-config element]].
+
It is used to specify an interpreter to interpret the [[ZUML Reference/ZUML/Elements/zscript|zscript]] code. The use is the same as [[ZK Configuration Reference/zk.xml/The zscript-config Element|zk.xml's zscript-config element]], except it is specified in a JAR file's <tt>config.xml</tt> rather than <tt>WEB-INF/zk.xml</tt>.
  
 
=Version History=
 
=Version History=

Revision as of 08:25, 6 May 2011


The zscript-config Element



Syntax:

<zscript-config>
    <language-name>a_programming_language</language-name>
    <interpreter-class>a_class_name</interpreter-class>
</zscript-config>
[Optional]

It is used to specify an interpreter to interpret the zscript code. The use is the same as zk.xml's zscript-config element, except it is specified in a JAR file's config.xml rather than WEB-INF/zk.xml.

Version History

Last Update : 2011/05/06


Version Date Content
     



Last Update : 2011/05/06

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.