public class FreeMarkerModel extends org.apache.wicket.model.AbstractReadOnlyModel<String>
| Modifier and Type | Field and Description |
|---|---|
Map<String,Object> |
rootMap |
freemarker.template.Template |
template |
| Constructor and Description |
|---|
FreeMarkerModel(String templateText,
Map<String,Object> rootMap) |
| Modifier and Type | Method and Description |
|---|---|
String |
getObject() |
public FreeMarkerModel(String templateText, Map<String,Object> rootMap) throws IOException
IOExceptionCopyright © 2018. All rights reserved.