| |
|
| java.lang.Object org.mmbase.util.functions.ExampleBean
ExampleBean | final public class ExampleBean (Code) | | A bean can be accessed through the function framework.
author: Michiel Meeuwissen version: $Id: ExampleBean.java,v 1.11 2007/11/25 18:25:49 nklasens Exp $ since: MMBase-1.8 |
getAnotherParameter | public String getAnotherParameter()(Code) | | |
nodeFunction1 | public MMObjectNode nodeFunction1()(Code) | | A function returning a Node as a core object (deprecated).
|
nodeFunction2 | public Node nodeFunction2()(Code) | | A function returning a Node as a bridge object, but based on a Map of values.
|
setAnotherParameter | public void setAnotherParameter(String a)(Code) | | |
setCloud | public void setCloud(Cloud c)(Code) | | Makes the functions useable in bridge (so with security). See also
Parameter.CLOUD . This is an example of a parameter which is automaticly filled by function tags.
|
setNode | public void setNode(Node node)(Code) | | Makes this bean useable as a Node function.
|
stringFunction | public String stringFunction()(Code) | | A function defined by this class
|
successor | public Object successor()(Code) | | A real node-function (using the node argument). Returns the next newer node of same type.
Also a nice example on the difference between core and bridge.
|
|
|
|