public class MappedTemplate extends Template
| Constructor and Description |
|---|
MappedTemplate(String template,
Iterable<String> items) |
MappedTemplate(String template,
String... replaceables) |
| Modifier and Type | Method and Description |
|---|---|
String |
applyMap(Iterable<Map.Entry<String,Object>> map) |
boolean |
hasKey(String key) |
protected Object |
retrieve(String key,
Object object)
Allow subclasses to perform additional data retrieval logic.
|
protected void |
warnMissing(String key) |
apply, setToStringer, toArrayCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.