public static class FileServlet.DirectoryFunction extends AbstractFunction<String>
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
dir |
autoReturnType, name, returnType| Constructor and Description |
|---|
DirectoryFunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionValue(Parameters parameters)
Executes the defined function supplying the given arguments.
|
compareTo, createParameters, equals, getDescription, getFunctionValueWithList, getName, getParameterDefinition, getReturnType, hashCode, setDescription, setParameterDefinition, setReturnType, toStringString dir
public String getFunctionValue(Parameters parameters)
AbstractFunctiongetFunctionValue in interface Function<String>getFunctionValue in class AbstractFunction<String>parameters - 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}