|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.interpreter.java.JavaInstance
Constructor Summary | |
JavaInstance(java.lang.Object theInstance,
java.util.Hashtable theMethods)
|
Method Summary | |
void |
destroy()
|
java.lang.Object |
getInstance()
|
org.w3c.dom.Node |
invoke(java.lang.String methodName,
java.util.Dictionary parameters,
org.w3c.dom.Node source)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaInstance(java.lang.Object theInstance, java.util.Hashtable theMethods) throws LanguageException
Method Detail |
public java.lang.Object getInstance()
getInstance
in interface Instance
public org.w3c.dom.Node invoke(java.lang.String methodName, java.util.Dictionary parameters, org.w3c.dom.Node source) throws LanguageException
invoke
in interface Instance
public void destroy()
destroy
in interface Instance
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |