public interface Functions
ClassFunctions
and
PackageFunctions
to register extension functions implemented as Java methods.Modifier and Type | Method and Description |
---|---|
Function |
getFunction(String namespace,
String name,
Object[] parameters)
Returns a Function, if any, for the specified namespace,
name and parameter types.
|
Set |
getUsedNamespaces()
Returns all namespaces in which this function collection defines
functions.
|
Set getUsedNamespaces()
Function getFunction(String namespace, String name, Object[] parameters)
namespace
- nsname
- function nameparameters
- Object[]Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.