org.apache.cocoon.components.flow
Class CompilingInterpreter.ScriptSourceEntry

java.lang.Object
  extended byorg.apache.cocoon.components.flow.CompilingInterpreter.ScriptSourceEntry
Enclosing class:
CompilingInterpreter

protected class CompilingInterpreter.ScriptSourceEntry
extends Object


Constructor Summary
CompilingInterpreter.ScriptSourceEntry(Source source)
           
CompilingInterpreter.ScriptSourceEntry(Source source, org.mozilla.javascript.Script script, long t)
           
 
Method Summary
 org.mozilla.javascript.Script getScript(org.mozilla.javascript.Context context, org.mozilla.javascript.Scriptable scope, boolean refresh, CompilingInterpreter interpreter)
           
 Source getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilingInterpreter.ScriptSourceEntry

public CompilingInterpreter.ScriptSourceEntry(Source source)

CompilingInterpreter.ScriptSourceEntry

public CompilingInterpreter.ScriptSourceEntry(Source source,
                                              org.mozilla.javascript.Script script,
                                              long t)
Method Detail

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.