Class XMLCustomFunctionSourceProvider
- java.lang.Object
-
- org.vedantatree.expressionoasis.extensions.customfunctions.xml.XMLCustomFunctionSourceProvider
-
- All Implemented Interfaces:
CustomFunctionSourceProvider
public class XMLCustomFunctionSourceProvider extends Object implements CustomFunctionSourceProvider
Enables method source code for custom expression engine functions to be generated at run-time to stored in an XML config file.
-
-
Constructor Summary
Constructors Constructor Description XMLCustomFunctionSourceProvider()
-
-
-
Method Detail
-
getFunctionSources
public List<String> getFunctionSources()
- Specified by:
getFunctionSources
in interfaceCustomFunctionSourceProvider
-
-