Interface CustomFunctionSourceProvider
-
- All Known Implementing Classes:
XMLCustomFunctionSourceProvider
public interface CustomFunctionSourceProvider
CustomFunctionSourceProviders provide source code for custom methods that will be created at run-time to be used as expression engine functions. Currently an an XML based-implementation exists. It may be useful to create an implementation that stores the config in a database table.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getFunctionSources()
-