org.mmbase.module
Class CALC
java.lang.Object
org.mmbase.util.functions.FunctionProvider
org.mmbase.util.functions.DescribedFunctionProvider
org.mmbase.module.Module
org.mmbase.module.ProcessorModule
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
|
Constructor Summary |
CALC()
|
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CALC
public CALC()
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