org.apache.cocoon.components.flow
Class CompilingInterpreter.ScriptSourceEntry
java.lang.Object
org.apache.cocoon.components.flow.CompilingInterpreter.ScriptSourceEntry
- Enclosing class:
- CompilingInterpreter
- protected class CompilingInterpreter.ScriptSourceEntry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompilingInterpreter.ScriptSourceEntry
public CompilingInterpreter.ScriptSourceEntry(Source source)
CompilingInterpreter.ScriptSourceEntry
public CompilingInterpreter.ScriptSourceEntry(Source source,
org.mozilla.javascript.Script script,
long t)
getSource
public Source getSource()
getScript
public org.mozilla.javascript.Script getScript(org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
boolean refresh,
CompilingInterpreter interpreter)
throws Exception
- Throws:
Exception
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.