org.apache.cocoon.interpreter.ecmascript
Class EcmaScriptInterpreter

java.lang.Object
  |
  +--org.apache.cocoon.framework.AbstractActor
        |
        +--org.apache.cocoon.interpreter.AbstractInterpreter
              |
              +--org.apache.cocoon.interpreter.ecmascript.EcmaScriptInterpreter

public class EcmaScriptInterpreter
extends AbstractInterpreter

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

Field Summary
private static java.util.Hashtable modules
           
 
Fields inherited from class org.apache.cocoon.interpreter.AbstractInterpreter
modules
 
Fields inherited from class org.apache.cocoon.framework.AbstractActor
director
 
Constructor Summary
EcmaScriptInterpreter()
           
 
Method Summary
protected  Module doCreateModule(java.lang.String moduleName)
           
 
Methods inherited from class org.apache.cocoon.interpreter.AbstractInterpreter
createModule, getModules
 
Methods inherited from class org.apache.cocoon.framework.AbstractActor
init
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

modules

private static java.util.Hashtable modules
Constructor Detail

EcmaScriptInterpreter

public EcmaScriptInterpreter()
Method Detail

doCreateModule

protected Module doCreateModule(java.lang.String moduleName)
                         throws LanguageException
Overrides:
doCreateModule in class AbstractInterpreter


Copyright 1999 Java Apache Project. All Rights Reserved.