OpenWGA 7.10 - TMLScript reference

URLBuilder
Method :

appendPath(pathElement)

On object URLBuilder
Usage Adds a path element to the path part of the URL
Description The new path element is added to the end of the existing path. The method makes sure that a slash "/" as delimiter is between the existing path and the new path element. If none is present it adds one.
Parameters

pathElement (String):

The new path element

Return value The URLBuilder object for method chaining
Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events