Cocoon API: Class EcmaScriptInterpreter
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.framework.AbstractActor | +--org.apache.cocoon.interpreter.AbstractInterpreter | +--org.apache.cocoon.interpreter.ecmascript.EcmaScriptInterpreter
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, toString, wait, wait, wait |
Methods inherited from interface org.apache.cocoon.framework.Actor |
init |
Constructor Detail |
public EcmaScriptInterpreter()
Method Detail |
protected Module doCreateModule(java.lang.String moduleName) throws LanguageException
doCreateModule
in class AbstractInterpreter
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |