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

java.lang.Object
  extended by org.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
 long getCompileTime()
           
 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()

getCompileTime

public long getCompileTime()

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-2010 The Apache Software Foundation. All Rights Reserved.