OpenWGA 7.1 - TMLScript reference
URLBuilderMethod :
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 |
|