org.sapia.cocoon.php
Class CocoonQuercusCompiledScript

java.lang.Object
  extended by javax.script.CompiledScript
      extended by org.sapia.cocoon.php.CocoonQuercusCompiledScript

public class CocoonQuercusCompiledScript
extends javax.script.CompiledScript


Method Summary
 java.lang.Object eval(javax.script.ScriptContext cxt)
          evaluates based on a reader.
 javax.script.ScriptEngine getEngine()
          Returns the script engine.
 java.lang.String toString()
           
 
Methods inherited from class javax.script.CompiledScript
eval, eval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

eval

public java.lang.Object eval(javax.script.ScriptContext cxt)
                      throws javax.script.ScriptException
evaluates based on a reader.

Specified by:
eval in class javax.script.CompiledScript
Throws:
javax.script.ScriptException

getEngine

public javax.script.ScriptEngine getEngine()
Returns the script engine.

Specified by:
getEngine in class javax.script.CompiledScript

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008. All Rights Reserved.