public class TextTemplateUtils extends Object
| Constructor and Description |
|---|
TextTemplateUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
asJavascriptArray(Set<StringTextValue<?>> settings)
Converts the given
Set of StringTextValue to a javascript array. |
static void |
setVariableWithSingleQuotationMarks(String variablename,
Object object,
Map<String,Object> variables)
Sets the variable with singe quotation marks.
|
public static void setVariableWithSingleQuotationMarks(String variablename, Object object, Map<String,Object> variables)
variablename - the variablenameobject - the objectvariables - the variablespublic static String asJavascriptArray(Set<StringTextValue<?>> settings)
Set of StringTextValue to a javascript array.settings - the settingsCopyright © 2015. All rights reserved.