|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.util.functions.ExampleBean
public final class ExampleBean
A bean can be accessed through the function framework.
| Constructor Summary | |
|---|---|
ExampleBean()
|
|
| Method Summary | |
|---|---|
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). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExampleBean()
| Method Detail |
|---|
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 Map<String,String> mapFunction()
public MMObjectNode nodeFunction1()
public Node nodeFunction2()
public Collection<Object> nodeListFunction()
public NodeList nodeListFunction1()
public Object successor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||