|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectincubator.net.xoetrope.scripts.ScriptEngine
public class ScriptEngine
| Method Summary | |
|---|---|
java.lang.Object |
executeScript(java.lang.String script)Executes a given script and returns the result. |
static ScriptEngine |
getInstance()Returns the sole instance of the Script Engine |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ScriptEngine getInstance()
public java.lang.Object executeScript(java.lang.String script)
throws ScriptException
script - the script to be executed for the current pageScriptException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||