TmplHelper Class
A set of functions used to support and standardize the use of templating.
Imports RAMP Modules:
RAMP
TmplUtil
Methods
template
String
private
Populates a template specified by the key with the supplied data.
Parameters:
-
key
String
-
data
Object
data to be inserted into the template
-
templates
Object
a set of templates to run the engine against
Returns:
String:
a string template filled with supplied data