org.mmbase.module.gui.html
Class MMEdit
java.lang.Object
|
+--org.mmbase.module.Module
|
+--org.mmbase.module.ProcessorModule
|
+--org.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.8.6.1 2003/07/03 13:13:18 vpro 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()
|
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()
|
| Methods inherited from class org.mmbase.module.Module |
getClassName, getInitParameter, getInitParameters, getMaintainer, getMimeType, getMimeTypeFile, getModule, getModule, getModuleInfo, getModules, getName, getProperties, getProperty, getVersion, hasStarted, loadModulesFromDisk, maintainance, setClassName, 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 |
MMEdit
public MMEdit()
- Only used by the classloader (no functionality
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()
- Overrides:
reload in class ProcessorModule
unload
public void unload()
- Overrides:
unload in class ProcessorModule
shutdown
public void shutdown()
- Description copied from class:
Module
- Shuts down the module.
- Overrides:
shutdown in class ProcessorModule
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
- Overrides:
getList in class ProcessorModule
- Following copied from class:
org.mmbase.module.ProcessorModule
- Parameters:
sp - the page contextparams - contains the attributes for the listcommand - the list command to execute.
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
- 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
- Overrides:
replace in class ProcessorModule
MMBase build 1.6.5.20030923