|
|||||||||
| 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.MMUsers
| Constructor Summary | |
MMUsers()
|
|
| Method Summary | |
java.lang.String |
createLogin(java.lang.String loginname,
java.util.StringTokenizer tokens,
scanpage sp)
|
java.lang.String |
doSearchUserNumber(java.lang.String value)
|
java.util.Vector |
getList(scanpage sp,
StringTagger tagger,
java.lang.String value)
|
java.lang.String |
getModuleInfo()
provide some info on the module |
void |
init()
Initializes the module. Init must be overridden to read the environment variables it needs. This method is called by Module.startModule(), which makes sure it is not called
more than once. You should not call init() directly, call startModule() instead. |
void |
reload()
What should this do, when is this called? (MM) |
java.lang.String |
replace(scanpage sp,
java.lang.String command)
Handle a $MOD command |
| Methods inherited from class org.mmbase.module.ProcessorModule |
cacheCheck, getListBuilder, getNodeList, onload, process, replace, unload |
| Methods inherited from class org.mmbase.module.Module |
getInitParameter, getInitParameters, getMaintainer, getMimeType, getMimeTypeFile, getModule, getModule, getModules, getName, getProperties, getProperty, getVersion, hasStarted, loadModulesFromDisk, maintainance, setInitParameter, setMaintainer, setName, setVersion, shutdown, 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 MMUsers()
| Method Detail |
public java.lang.String createLogin(java.lang.String loginname,
java.util.StringTokenizer tokens,
scanpage sp)
public java.lang.String doSearchUserNumber(java.lang.String value)
public void init()
ProcessorModuleModule.startModule(), which makes sure it is not called
more than once. You should not call init() directly, call startModule() instead.
init in class ProcessorModule
public java.util.Vector getList(scanpage sp,
StringTagger tagger,
java.lang.String value)
throws ParseException
getList in interface ProcessorInterfacegetList in class ProcessorModuleParseException
public java.lang.String replace(scanpage sp,
java.lang.String command)
replace in interface ProcessorInterfacereplace in class ProcessorModulepublic java.lang.String getModuleInfo()
Module
getModuleInfo in class Modulepublic void reload()
ProcessorModule
reload in class ProcessorModule
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||