|
||||||||||
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
Field Summary | |
private java.util.Hashtable |
modules
|
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 |
|
Field Detail |
private java.util.Hashtable modules
Constructor Detail |
public AbstractInterpreter()
Method Detail |
public java.util.Enumeration getModules()
public Module createModule(java.lang.String moduleName) throws LanguageException
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 |