public class ELFunctionDefinition extends Object implements Importable
Constructor and Description |
---|
ELFunctionDefinition(String namespace,
String localName,
Class<?> methodClass,
String methodName,
Class<?>... parameterTypes) |
ELFunctionDefinition(String namespace,
String localName,
Method method) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalName() |
Method |
getMethod() |
String |
getName() |
String |
getNamespace() |
Copyright © 2015. All Rights Reserved.