OpenWGA 7.2 - TMLScript reference

URLBuilder
Method :

build([absolute])

On object URLBuilder
Usage Rebuilds the URL
Parameters

absolute (Boolean, optional):

Specify true if you want the URL to be rebuilt absolute, false if relative which is the default. Hostname, port and protocol, if not given on creaton of the URLBuilder or explicitly specified, will be taken either from the current request, if available, or from the configured root URL of the OpenWGA server.

Return value The built URL (String)
Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events