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)
           
 
Method Summary
 void compile(org.mozilla.javascript.Context context, org.mozilla.javascript.Scriptable scope)
           
 long getCompileTime()
           
 org.mozilla.javascript.Script getScript()
           
 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)
Method Detail

getSource

public Source getSource()

getScript

public org.mozilla.javascript.Script getScript()

getCompileTime

public long getCompileTime()

compile

public void compile(org.mozilla.javascript.Context context,
                    org.mozilla.javascript.Scriptable scope)
             throws Exception
Throws:
Exception


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.