public class FreeMarkerScript extends AbstractScript
Script implementation that uses the FreeMarker engine.
Created: 31.01.2007 19:56:20| Constructor and Description |
|---|
FreeMarkerScript(String filename,
freemarker.template.Configuration cfg) |
FreeMarkerScript(freemarker.template.Template template) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
execute(org.databene.commons.Context context,
Writer out) |
int |
hashCode() |
String |
toString() |
evaluatepublic FreeMarkerScript(String filename, freemarker.template.Configuration cfg) throws IOException
IOExceptionpublic FreeMarkerScript(freemarker.template.Template template)
public void execute(org.databene.commons.Context context,
Writer out)
throws IOException,
ScriptException
execute in interface Scriptexecute in class AbstractScriptIOExceptionScriptExceptionpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(Object)Copyright © 2006–2016 Volker Bergmann. All rights reserved.