public class DefaultCustomExpressionFunctionRegistry extends Object implements CustomExpressionFunctionRegistry
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Method> |
customFunctionConfigurations |
| Constructor and Description |
|---|
DefaultCustomExpressionFunctionRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addCustomFunction(String methodName,
Method methodRef) |
Map<String,Method> |
getCustomExpressionMethods() |
protected static Method |
getMethod(Class classRef,
String methodName,
Class... methodParam) |
public DefaultCustomExpressionFunctionRegistry()
public Map<String,Method> getCustomExpressionMethods()
getCustomExpressionMethods in interface CustomExpressionFunctionRegistryCopyright © 2017 Alfresco. All rights reserved.