|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.util.functions.FunctionFactory
A way to instantiate function objects. A hand full a 'getFunction' methods are implemented. Principally other implementations could be plugged in by replacing the right classes (putting them in WEB-INF/classes should do the trick).
| Constructor Summary | |
FunctionFactory()
|
|
| Method Summary | |
static Function |
getFunction(java.lang.Class claz,
java.lang.String name)
Gets a function object for a certain Bean |
static Function |
getFunction(java.lang.reflect.Method method,
java.lang.String name)
Gets a function object for a certain Method |
static Function |
getFunction(Module module,
java.lang.String name)
Gets a function object for a certain Module |
static Function |
getFunction(NodeManager nodeManager,
java.lang.String name)
Gets a function object for a certain NodeManager |
static Function |
getFunction(Node node,
java.lang.String name)
Gets a function object for a certain Node. |
static Function |
getFunction(java.lang.String set,
java.lang.String name)
Gets a function from given set, with given name |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FunctionFactory()
| Method Detail |
public static Function getFunction(java.lang.String set,
java.lang.String name)
public static Function getFunction(Node node,
java.lang.String name)
public static Function getFunction(NodeManager nodeManager,
java.lang.String name)
public static Function getFunction(Module module,
java.lang.String name)
public static Function getFunction(java.lang.reflect.Method method,
java.lang.String name)
public static Function getFunction(java.lang.Class claz,
java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||