| Package | Description |
|---|---|
| org.mmbase.util.functions |
The function framework is all about the creation of
Function instances, from which
then, subsequently, function values can be acquired. |
| Modifier and Type | Method and Description |
|---|---|
static BeanFunction |
BeanFunction.getFunction(Class claz,
String name)
This defaulting version of
getFunction(Class, String, Producer) uses a producer that uses Class.newInstance(). |
static BeanFunction |
BeanFunction.getFunction(Class claz,
String name,
BeanFunction.Producer producer)
Gives back a Function object based on the 'bean' concept.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}