|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.module.Module
org.mmbase.module.ProcessorModule
org.mmbase.module.gui.html.MMEdit
The module which provides access to the multimedia database it creates, deletes and gives you methods to keep track of multimedia objects. It does not give you direct methods for inserting and reading them thats done by other objects
| Constructor Summary | |
MMEdit()
Only used by the classloader (no functionality |
|
| Method Summary | |
java.util.Vector |
getList(scanpage sp,
StringTagger tagger,
java.lang.String command)
The hook that passes all list related pages to the correct handler |
void |
init()
The central initialisation wich builts up the complete module including all helper objects |
boolean |
process(scanpage sp,
java.util.Hashtable cmds,
java.util.Hashtable vars)
The hook that passes all form related pages to the correct handler |
void |
reload()
What should this do, when is this called? (MM) |
java.lang.String |
replace(scanpage sp,
java.lang.String command)
The hook that passes all replace and trigger related pages to the correct handler |
void |
shutdown()
Shuts down the module. |
void |
unload()
What should this do, when is this called? (MM) |
| Methods inherited from class org.mmbase.module.ProcessorModule |
cacheCheck, getListBuilder, getNodeList, onload, replace |
| Methods inherited from class org.mmbase.module.Module |
getInitParameter, getInitParameters, getMaintainer, getMimeType, getMimeTypeFile, getModule, getModule, getModuleInfo, getModules, getName, getProperties, getProperty, getVersion, hasStarted, loadModulesFromDisk, maintainance, setInitParameter, setMaintainer, setName, setVersion, shutdownModules, startModule, startModules, state |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MMEdit()
| Method Detail |
public void init()
init in class ProcessorModulepublic void reload()
ProcessorModule
reload in class ProcessorModulepublic void unload()
ProcessorModule
unload in class ProcessorModulepublic void shutdown()
Module
shutdown in class Module
public java.util.Vector getList(scanpage sp,
StringTagger tagger,
java.lang.String command)
throws ParseException
getList in interface ProcessorInterfacegetList in class ProcessorModuleParseException
public boolean process(scanpage sp,
java.util.Hashtable cmds,
java.util.Hashtable vars)
process in interface ProcessorInterfaceprocess in class ProcessorModule
public java.lang.String replace(scanpage sp,
java.lang.String command)
replace in interface ProcessorInterfacereplace in class ProcessorModule
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||