| Package | Description |
|---|---|
| biz.source_code.miniTemplator |
| 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 © 2013. All rights reserved.