org.mmbase.module
Class CALC

Package class diagram package CALC
java.lang.Object
  extended by org.mmbase.util.functions.FunctionProvider
      extended by org.mmbase.util.functions.DescribedFunctionProvider
          extended by org.mmbase.module.Module
              extended by org.mmbase.module.ProcessorModule
                  extended by org.mmbase.module.CALC
All Implemented Interfaces:
Descriptor

public class CALC
extends ProcessorModule

Version:
$Id: CALC.java 35335 2009-05-21 08:14:41Z michiel $
Author:
Daniel Ockeloen
Application:
SCAN
Javadoc:
Rename:
Calc.java

Nested Class Summary
 
Nested classes/interfaces inherited from class org.mmbase.module.ProcessorModule
ProcessorModule.GetNodeListFunction, ProcessorModule.ProcessFunction, ProcessorModule.ReplaceFunction
 
Field Summary
 
Fields inherited from class org.mmbase.module.ProcessorModule
PARAM_PAGEINFO, PARAMS_PAGEINFO
 
Fields inherited from class org.mmbase.module.Module
configurationPath, getMaintainerFunction, getVersionFunction, properties, STATE_START_TIME
 
Fields inherited from class org.mmbase.util.functions.DescribedFunctionProvider
description, guiName, name
 
Fields inherited from class org.mmbase.util.functions.FunctionProvider
functions, getFunctions
 
Constructor Summary
CALC()
           
 
Method Summary
(package private)  String doCalc(String cmd)
           
 List<String> getList(PageInfo sp, StringTagger tagger, String value)
          Generate a list of values from a command to the processor
 String getModuleInfo()
           
 String replace(PageInfo sp, String cmds)
          Handle a $MOD command
 
Methods inherited from class org.mmbase.module.ProcessorModule
, getListBuilder, getNodeList, init, onload, process, reload, replace, unload
 
Methods inherited from class org.mmbase.module.Module
addInitParameters, checkModules, getInitParameter, getInitParameter, getInitParameter, getInitParameters, getInitParameters, getMaintainer, getModule, getModule, getModule, getModule, getModuleLoader, getModuleReader, getModuleReader, getModules, getState, getStates, getVersion, hasModule, hasStarted, loadInitParameters, loadInitParameters, maintainance, setInitParameter, setMaintainer, setState, setVersion, shutdown, shutdownModules, startModule, startModules
 
Methods inherited from class org.mmbase.util.functions.DescribedFunctionProvider
getDefaultLocale, getDescription, getDescription, getGUIName, getGUIName, getLocalizedDescription, getLocalizedGUIName, getName, setDescription, setDescription, setGUIName, setGUIName, setLocalizedDescription, setLocalizedGUIName, setName
 
Methods inherited from class org.mmbase.util.functions.FunctionProvider
addFunction, createParameters, getFunction, getFunctions, getFunctionValue, newFunctionInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CALC

public CALC()
Method Detail

getList

public List<String> getList(PageInfo sp,
                            StringTagger tagger,
                            String value)
Generate a list of values from a command to the processor

Overrides:
getList in class ProcessorModule
Deprecated-now:
doesn't add any functionality
Javadoc:

replace

public String replace(PageInfo sp,
                      String cmds)
Handle a $MOD command

Overrides:
replace in class ProcessorModule
Javadoc:

doCalc

String doCalc(String cmd)
Javadoc:

getModuleInfo

public String getModuleInfo()
Overrides:
getModuleInfo in class Module
Javadoc:


MMBase Scan 2.0-SNAPSHOT - 2013-03-30T06:50