org.mmbase.module.gui.html
Class MMEdit

java.lang.Object
  extended byorg.mmbase.module.Module
      extended byorg.mmbase.module.ProcessorModule
          extended byorg.mmbase.module.gui.html.MMEdit
All Implemented Interfaces:
ProcessorInterface

public class MMEdit
extends ProcessorModule

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

Version:
$Id: MMEdit.java,v 1.10 2003/07/03 13:15:10 pierre Exp $
Author:
Daniel Ockeloen, Hans Speijer

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

MMEdit

public MMEdit()
Only used by the classloader (no functionality

Method Detail

init

public void init()
The central initialisation wich builts up the complete module including all helper objects

Overrides:
init in class ProcessorModule

reload

public void reload()
Description copied from class: ProcessorModule
What should this do, when is this called? (MM)

Overrides:
reload in class ProcessorModule

unload

public void unload()
Description copied from class: ProcessorModule
What should this do, when is this called? (MM)

Overrides:
unload in class ProcessorModule

shutdown

public void shutdown()
Description copied from class: Module
Shuts down the module. This method is called by shutdownModules.

Overrides:
shutdown in class Module

getList

public java.util.Vector getList(scanpage sp,
                                StringTagger tagger,
                                java.lang.String command)
                         throws ParseException
The hook that passes all list related pages to the correct handler

Specified by:
getList in interface ProcessorInterface
Overrides:
getList in class ProcessorModule
Throws:
ParseException

process

public boolean process(scanpage sp,
                       java.util.Hashtable cmds,
                       java.util.Hashtable vars)
The hook that passes all form related pages to the correct handler

Specified by:
process in interface ProcessorInterface
Overrides:
process in class ProcessorModule

replace

public java.lang.String replace(scanpage sp,
                                java.lang.String command)
The hook that passes all replace and trigger related pages to the correct handler

Specified by:
replace in interface ProcessorInterface
Overrides:
replace in class ProcessorModule


MMBase build 1.7.4.20050922