protected class ProcessorModule.ReplaceFunction extends AbstractFunction<String>
ProcessorModule.replace(PageInfo, String). See in MMAdmin for an example on how to use.autoReturnType, name, returnType| Constructor and Description |
|---|
ReplaceFunction(String name,
Parameter[] params) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionValue(Parameters arguments)
Executes the defined function supplying the given arguments.
|
compareTo, createParameters, equals, getDescription, getFunctionValueWithList, getName, getParameterDefinition, getReturnType, hashCode, setDescription, setParameterDefinition, setReturnType, toStringpublic String getFunctionValue(Parameters arguments)
AbstractFunctiongetFunctionValue in interface Function<String>getFunctionValue in class AbstractFunction<String>arguments - The parameters for the function. To specify an empty parameter list use Parameters.VOID.
Implementors are encouraged to support null too.AbstractFunction.getReturnType()AbstractFunction.createParameters()MMBase 1.9-SNAPSHOT - ${javadoctimestamp}