| Modifier and Type | Method and Description |
|---|---|
void |
MiniTemplator.setVariable(String variableName,
int variableValue)
Sets a template variable to an integer value.
|
void |
MiniTemplator.setVariable(String variableName,
String variableValue)
Sets a template variable.
|
void |
MiniTemplator.setVariable(String variableName,
String variableValue,
boolean isOptional)
Sets a template variable.
|
void |
MiniTemplator.setVariableEsc(String variableName,
String variableValue)
Sets a template variable to an escaped value.
|
void |
MiniTemplator.setVariableEsc(String variableName,
String variableValue,
boolean isOptional)
Sets a template variable to an escaped value.
|
Copyright © 2010–2016 source-code.biz. All rights reserved.