|
||||||||
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
Fields inherited from class org.apache.cocoon.framework.AbstractActor |
director |
Constructor Summary | |
AbstractInterpreter()
|
Method Summary | |
Module |
createModule(java.lang.String moduleName)
|
protected abstract Module |
doCreateModule(java.lang.String moduleName)
|
java.util.Enumeration |
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 AbstractInterpreter()
Method Detail |
public java.util.Enumeration getModules()
getModules
in interface Interpreter
public Module createModule(java.lang.String moduleName) throws LanguageException
createModule
in interface Interpreter
protected abstract Module doCreateModule(java.lang.String moduleName) throws LanguageException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |