Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

CALLJAVA

Calls a Java class.

Syntax

Parameter

CLASS (required)
Name of Java class to call.

Description

The CALLJAVA tag calls a Java class. The Java class must exist in the system's Java classpath and it must implement the COM.FutureTense.XML.Template.Seed interface. Use the ARGUMENT tag to pass arguments to the called Java class.

errno

The possible values of errno include:

Value
Description
-900
Java class not found.
-901
No access to class.
-902
No instance.
-903
Execute error.
-904
Class cast error.

Example

This example calls a compliant Java class, timeexample. The Java class sees logindate as an incoming parameter.

See Also

ARGUMENT

  Home > Contents > Index >

FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.