|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.script.AbstractScript
public abstract class AbstractScript
Abstract implementation of the Script interface.
When inheriting from it, you must overwrite at least one of the methods
evaluate() and execute().
Created at 23.12.2008 07:15:39
| Constructor Summary | |
|---|---|
AbstractScript()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
evaluate(Context context)
|
void |
execute(Context context,
java.io.Writer out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractScript()
| Method Detail |
|---|
public java.lang.Object evaluate(Context context)
throws ScriptException
evaluate in interface ScriptScriptException
public void execute(Context context,
java.io.Writer out)
throws ScriptException,
java.io.IOException
execute in interface ScriptScriptException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||