org.apache.cocoon.interpreter.ecmascript
Class EcmaScriptEvaluator

java.lang.Object
  |
  +--org.apache.cocoon.interpreter.ecmascript.EcmaScriptEvaluator

public class EcmaScriptEvaluator
extends java.lang.Object

Version:
$Revision: 1.1 $ $Date: 1999/08/14 22:14:24 $
Author:
Ricardo Rocha

Field Summary
private  FESI.jslib.JSGlobalObject evaluator
           
private  boolean inUse
           
 
Constructor Summary
protected EcmaScriptEvaluator(FESI.jslib.JSGlobalObject prototype, java.lang.String[] extensions)
           
 
Method Summary
protected  boolean acquire()
           
protected  FESI.jslib.JSGlobalObject getGlobalObject()
           
protected  void release()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

inUse

private boolean inUse

evaluator

private FESI.jslib.JSGlobalObject evaluator
Constructor Detail

EcmaScriptEvaluator

protected EcmaScriptEvaluator(FESI.jslib.JSGlobalObject prototype,
                              java.lang.String[] extensions)
                       throws FESI.jslib.JSException
Method Detail

getGlobalObject

protected FESI.jslib.JSGlobalObject getGlobalObject()

acquire

protected boolean acquire()

release

protected void release()


Copyright 1999 Java Apache Project. All Rights Reserved.