| Package | Description |
|---|---|
| net.anotheria.util.content.template |
Describes TemplateProcessorInterface and TemplateUtility.
|
| net.anotheria.util.content.template.processors |
| Modifier and Type | Method and Description |
|---|---|
String |
TemplateProcessor.replace(String aPrefix,
String aVariable,
String aDefValue,
TemplateReplacementContext aContext)
Execute expression replace in text.
|
static String |
TemplateUtility.replaceVariables(TemplateReplacementContext context,
String src)
Replaces variable expressions in the given string src with help of default processors.
|
static String |
TemplateUtility.replaceVariables(TemplateReplacementContext context,
String src,
Map<String,TemplateProcessor> processors)
Replaces variable expressions in the given string src with the help of submitted processors.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ConditionTemplateProcessor.replace(String aPrefix,
String aVariable,
String aDefValue,
TemplateReplacementContext aContext) |
String |
ConstantsTemplateProcessor.replace(String aPrefix,
String aVariable,
String aDefValue,
TemplateReplacementContext aContext) |
Copyright © 2010-2014 anotheria.net. All Rights Reserved.