OpenWGA 7.9 - TMLScript reference
WGA » WGA.TMLPageMethod :
write(output)
On object | WGA.TMLPage |
Usage | Directly write the output to the request output stream |
Description | Writes the given data to the response output stream. |
Parameters |
output (String or Reader or InputStream or Byte-array) The data to write to the response. |