public class MMEdit extends ProcessorModule
ProcessorModule.GetNodeListFunction, ProcessorModule.ProcessFunction, ProcessorModule.ReplaceFunction| Modifier and Type | Field and Description |
|---|---|
(package private) Hashtable<String,CommandHandlerInterface> |
commandHandlers |
(package private) MMBase |
mmBase |
(package private) StateManager |
stateMngr |
PARAM_PAGEINFO, PARAMS_PAGEINFOconfigurationPath, getMaintainerFunction, getVersionFunction, properties, STATE_START_TIMEdescription, guiName, namefunctions, getFunctions| Constructor and Description |
|---|
MMEdit()
Only used by the classloader (no functionality
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getList(PageInfo sp,
StringTagger tagger,
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(PageInfo sp,
Hashtable cmds,
Hashtable vars)
The hook that passes all form related pages to the correct handler
|
void |
reload()
What should this do, when is this called?
|
String |
replace(PageInfo sp,
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?
|
getListBuilder, getNodeList, onload, replaceaddInitParameters, getInitParameter, getInitParameter, getInitParameter, getInitParameters, getInitParameters, getMaintainer, getModule, getModule, getModule, getModule, getModuleInfo, getModuleLoader, getModuleReader, getModuleReader, getModules, getState, getStates, getVersion, hasModule, hasStarted, loadInitParameters, loadInitParameters, maintainance, setInitParameter, setMaintainer, setState, setVersion, shutdownModules, startModule, startModulesgetDefaultLocale, getDescription, getDescription, getGUIName, getGUIName, getLocalizedDescription, getLocalizedGUIName, getName, setDescription, setDescription, setGUIName, setGUIName, setLocalizedDescription, setLocalizedGUIName, setNameaddFunction, createParameters, getFunction, getFunctions, getFunctionValue, newFunctionInstanceHashtable<String,CommandHandlerInterface> commandHandlers
StateManager stateMngr
MMBase mmBase
public void init()
init in class ProcessorModulepublic void reload()
ProcessorModulereload in class ProcessorModulepublic void unload()
ProcessorModuleunload in class ProcessorModulepublic void shutdown()
Modulepublic List<String> getList(PageInfo sp, StringTagger tagger, String command) throws ParseException
getList in class ProcessorModuleParseExceptionpublic boolean process(PageInfo sp, Hashtable cmds, Hashtable vars)
process in class ProcessorModulepublic String replace(PageInfo sp, String command)
replace in class ProcessorModuleMMBase 1.9-SNAPSHOT - ${javadoctimestamp}