|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FunctionResolver
This interface defines the method an object must support, if it wants to provide values for specific function calls.
| Method Summary | |
|---|---|
java.lang.Object |
executeFunction(java.lang.String functionName,
java.util.Vector parameter)
Returns the value for the function with the given name. |
boolean |
isKnownFunction(java.lang.String functionName)
Returns if the function with the given name can be resolved by the receiver. |
| Method Detail |
|---|
java.lang.Object executeFunction(java.lang.String functionName,
java.util.Vector parameter)
throws UnknownFunctionException,
InvalidParameterException
functionName - The case sensitive name of the function.parameter - A collection of parameters for the function.
UnknownFunctionException - The receiver is not knowing the function.
InvalidParameterExceptionboolean isKnownFunction(java.lang.String functionName)
functionName - The case sensitive name of the function.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||