| Package | Description |
|---|---|
| net.anotheria.util.content.template |
Describes TemplateProcessorInterface and TemplateUtility.
|
| net.anotheria.util.content.template.processors |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,TemplateProcessor> |
TemplateUtility.getDefaultProcessors()
Return pre configured processors.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TemplateUtility.addProcessor(String prefix,
TemplateProcessor processor)
Adds a processor to this variable utility.
|
| Modifier and Type | Method and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
ConditionTemplateProcessor
ConditionTemplateProcessor as TemplateProcessor.
|
class |
ConstantsTemplateProcessor
Constants template processor.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.