Class FreeMarkerModel
- java.lang.Object
-
- org.smallmind.wicket.model.freemarker.FreeMarkerModel
-
- All Implemented Interfaces:
Serializable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel<String>,org.apache.wicket.util.io.IClusterable
public class FreeMarkerModel extends Object implements org.apache.wicket.model.IModel<String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FreeMarkerModel(String templateText, Map<String,Object> rootMap)
-
-
-
Constructor Detail
-
FreeMarkerModel
public FreeMarkerModel(String templateText, Map<String,Object> rootMap) throws IOException
- Throws:
IOException
-
-