public final class ExampleBean extends Object
| Constructor and Description |
|---|
ExampleBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnotherParameter() |
Integer |
getParameter2() |
Integer |
integerFunction() |
Map<String,String> |
mapFunction()
A function returning a Map
|
MMObjectNode |
nodeFunction1()
A function returning a Node as a core object (deprecated).
|
Node |
nodeFunction2()
A function returning a Node as a bridge object, but based on a Map of values.
|
Collection<Object> |
nodeListFunction() |
NodeList |
nodeListFunction1() |
void |
setAnotherParameter(String a) |
void |
setCloud(Cloud c)
Makes the functions useable in bridge (so with security).
|
void |
setNode(Node node)
Makes this bean useable as a Node function.
|
void |
setParameter1(String hoi) |
void |
setParameter2(Integer j) |
String |
stringFunction()
A function defined by this class
|
Object |
successor()
A real node-function (using the node argument).
|
public void setParameter1(String hoi)
public void setParameter2(Integer j)
public Integer getParameter2()
public void setAnotherParameter(String a)
public String getAnotherParameter()
public void setNode(Node node)
public void setCloud(Cloud c)
Parameter.CLOUD. This is an example of a parameter which is automaticly filled by function tags.public String stringFunction()
public Integer integerFunction()
public MMObjectNode nodeFunction1()
public Node nodeFunction2()
public Collection<Object> nodeListFunction()
public NodeList nodeListFunction1()
public Object successor()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}