|
Cocoon API: Class JavaModule
org.apache.cocoon.interpreter.java
Class JavaModule
java.lang.Object
|
+--org.apache.cocoon.interpreter.java.JavaModule
- All Implemented Interfaces:
- Module
- public class JavaModule
- extends java.lang.Object
- implements Module
- Version:
- $Revision: 1.5 $ $Date: 2000/02/13 18:29:27 $
- Author:
- Ricardo Rocha
Constructor Summary |
JavaModule(java.lang.String theClassName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaModule
public JavaModule(java.lang.String theClassName)
throws java.lang.ClassNotFoundException,
java.lang.NoSuchMethodException
createInstance
public Instance createInstance(org.w3c.dom.Document document,
java.util.Dictionary parameters)
throws LanguageException
- Specified by:
createInstance in interface Module
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.
|