| |
|
| java.lang.Object org.romaframework.wizard.helper.TemplateHelper
TemplateHelper | public class TemplateHelper (Code) | | Helper for templating operations.
author: Luca Garulli (luca.garulli@assetdata.it) |
RANDOM_NUMBERS | final protected static int RANDOM_NUMBERS(Code) | | |
VARIABLE_END_TAG | final public static String VARIABLE_END_TAG(Code) | | |
VARIABLE_START_TAG | final public static String VARIABLE_START_TAG(Code) | | |
sequence | protected static int sequence(Code) | | |
resolveValue | public static String resolveValue(String iValue)(Code) | | Get the value by resolving all variables contained in the value passed
Parameters: iValue - Parameters: iCurrentValue - Expanded value |
resolveVariable | public static String resolveVariable(String iVarName)(Code) | | Resolve a variable with a value
Parameters: iVarName - Variable name Parameters: iCurrentValue - Current buffer value The value resolved |
|
|
|