org.apache.cocoon.interpreter.java
Class JavaInterpreter

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

public class JavaInterpreter
extends AbstractInterpreter

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

Fields inherited from class org.apache.cocoon.interpreter.AbstractInterpreter
modules
 
Fields inherited from class org.apache.cocoon.framework.AbstractActor
director
 
Constructor Summary
JavaInterpreter()
           
 
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
 

Constructor Detail

JavaInterpreter

public JavaInterpreter()
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.