public interface FunctionContext
ContextSupport
Function
getFunction(String name)
public Function getFunction(String name)
Retrieve a named function Retrieve the named function object, or null if no such function exists. Parameters:name - The name of the function sought.Returns:The Function matching the specified name.See Also:ContextSupport.setFunctionContext(FunctionContext)
name
ContextSupport.setFunctionContext(FunctionContext)