public class ConstantScript extends AbstractScript
| Constructor and Description |
|---|
ConstantScript(String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.databene.commons.Context context,
Writer out) |
void |
setVariable(String variableName,
Object variableValue) |
evaluatepublic ConstantScript(String text)
public void execute(org.databene.commons.Context context,
Writer out)
throws IOException,
ScriptException
execute in interface Scriptexecute in class AbstractScriptIOExceptionScriptExceptionCopyright © 2006–2016 Volker Bergmann. All rights reserved.